Commit Briefs


dc424a06a9 Stefan Sperling

initial 'got stage -p' implementation




735ef5acf1 Stefan Sperling

reject staging of out-of-date files


ebf48fd51b Stefan Sperling

handle conflicted files passed to 'got stage'


d3e7c587d4 Stefan Sperling

handle double-staging


24278f3006 Stefan Sperling

make 'got revert' work with staged files


9acbc4faa0 Stefan Sperling

test 'got rm' behaviour on staged files


916f288c7e Stefan Sperling

prevent 'got commit' on branches outside "refs/heads/"

(the only exception is the work tree's temporary histedit branch)




8ca9bd6817 Stefan Sperling

use a dedicated error code for histedit path-prefix error


0ebf8283cd Stefan Sperling

initial 'got histedit' implementation




818c750100 Stefan Sperling

initial 'got rebase' implementation


e09a504cc5 Stefan Sperling

introduce support for abbreviated object IDs


4e759de498 Stefan Sperling

add 'got branch' command


5ef14e6363 Stefan Sperling

add 'got backout' command



234035bc79 Stefan Sperling

add 'got cherrypick' command


a1fb16d88f Stefan Sperling

make moved branch head references easier to deal with


79c99a64af Stefan Sperling

don't leak objects which can't be cached


cc43886eb4 Stefan Sperling

improve wording of an error message