Commit Briefs

f2ea84fab9 Stefan Sperling

make 'got update' accept mulitple path arguments


09ea71bad2 Stefan Sperling

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


72ea6654e7 Stefan Sperling

add support for multiple path arguments to 'got status'


90e8619ee9 Stefan Sperling

make 'got commit' work with a directory path


498a90b742 Stefan Sperling

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


ba67992ea0 Stefan Sperling

fix typo in got.1


a698f62e1b Stefan Sperling

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


30837e32b8 Stefan Sperling

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


0ebf8283cd Stefan Sperling

initial 'got histedit' implementation


2312fc47a5 Stefan Sperling

Xr tog.1 from got.1


a14c42fa1f Stefan Sperling

whitespace



c991308af6 Stefan Sperling

man page wording tweak for clarity


95fc3404b8 Stefan Sperling

swap the order of two examples in man page


ac90e726bb 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.


21a44f9829 Stefan Sperling

document that 'got import' needs GOT_AUTHOR to be set


2930ef13ea Stefan Sperling

fix wrong path in EXAMPLES



cc54c5012c 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...


3ce1b84566 Stefan Sperling

initial 'got import' implementation


cd98404f2f Stefan Sperling

clarify usage of 'got rebase' options in man page



7d7ffedbc8 Stefan Sperling

show how to create a commitable diff in got.1 EXAMPLES


ce33d90e15 Stefan Sperling

avoid cross-references to git-gc(1)


b48be8cf53 Stefan Sperling

update CAVEATS section in got.1