Commit Briefs

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



Stefan Sperling

fix usage() call in cmd_init()


Stefan Sperling

implement 'got init'