Commit Briefs

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

tog: fix typo in error message