Commit Briefs

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

add 'got branch' command



Stefan Sperling

implement 'got init'




Stefan Sperling

document preconditions for 'got backout'


Stefan Sperling

add 'got backout' command



Stefan Sperling

add 'got cherrypick' command




Stefan Sperling

fix wrong command in got.1 EXAMPLES


Stefan Sperling

suggest a better interim workflow in got.1


Stefan Sperling

improve documentation of got log -b


Stefan Sperling

rename got log's -f option to -b


Stefan Sperling

add examples for 'got log' in got.1


Stefan Sperling

extend got.1 EXAMPLES section



Stefan Sperling

add jcs to AUTHORS