Commit Briefs

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

tweak 'got rebase' conflict error message




Stefan Sperling

unsigned char casts for isspace()






Stefan Sperling

whitespace





Stefan Sperling

initial 'got rebase' implementation





Stefan Sperling

require user to type full got command names or short aliases

The previous strncmp-based approach was problematic, e.g. "co" was treated as an alias for "commit", while most users will expect "co" to map to "checkout". Introduce explicit aliases and document them.


Stefan Sperling

rename 'struct cmd' to 'struct got_cmd'




Stefan Sperling

add 'got branch' command