Commit Briefs




Stefan Sperling

initial 'got histedit' implementation





Stefan Sperling

fix path in got_repo_open() error message




Stefan Sperling

remove call to got_path_normalize()










Stefan Sperling

Xr tog.1 from got.1


Stefan Sperling

whitespace



Stefan Sperling

man page wording tweak for clarity


Stefan Sperling

swap the order of two examples in man page


Stefan Sperling

document how something like 'git reset @^' can be achieved

Question from florian; One key difference to reset @^ is that the bad commit will remain in history. I suppose a future 'histedit' command could solve that.