Commits


fix usage() call in cmd_init()


implement 'got init'


don't report base-bump-only updates as 'already up to date'


make 'got diff object1 object2' work from inside a work tree


sync usage for 'got rm'


allow multiple file path arguments for 'got revert'


show branch name in got commit's log message template


consistently use leading upper-case for messages indicating success


allow removing multiple paths at once for 'got rm'


add 'got backout' command


allow 'got cherrypick' with a root commit (adds all files in commit)


add 'got cherrypick' command


generalize got_diff_tree() by adding a diff output callback


make 'got diff' display absolute reference names


mark const variables as such