Commit Briefs





Stefan Sperling

got.1 wording fix: "base branch" -> branch


Stefan Sperling

fix typo in got.1




Stefan Sperling

initial 'got histedit' implementation


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.



Stefan Sperling

fix wrong path in EXAMPLES



Stefan Sperling

backout 499d7ecc534806c7daf8795b1c9f76575520921f

It is better to use another option code for first-parent log. Having a -b option which takes no argument is too confusing. E.g. 'got log -b foo' would log the path 'foo', not branch 'foo' and I got confused by that myself already...


Stefan Sperling

initial 'got import' implementation





Stefan Sperling

avoid cross-references to git-gc(1)


Stefan Sperling

update CAVEATS section in got.1