Commits


s/path/repository-path/ in 'got init' usage and docs


add support for multiple path arguments to 'got status'


make 'got commit' work with a directory path


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


fix typo in got.1


allow 'got commit' while 'got histedit' is interrupted


allow references to be passed to '-c commit' options


initial 'got histedit' implementation


Xr tog.1 from got.1


whitespace


the visual difference between a # comment and a root shell is subtle


man page wording tweak for clarity


swap the order of two examples in man page


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.


document that 'got import' needs GOT_AUTHOR to be set