Commits


add a 'got merge' command for creating merge commits Additional testing by Thomas Adam. ok tracey


add 'got send' command for sending changes to remote repositories Known to work against git-daemon and github Git server implementations. Tests by abieber, naddy, jrick, and myself. Man page additions reviewed by Lucas.


implement 'gotadmin cleanup'


implement gotadmin pack, indexpack, and listpack commands


add quotes around $GOT_TEST_ROOT and avoid mktemp -p; suggested by naddy


allow regress test data to be stored in locations other than /tmp


add a -q option to tests for quiet output and use it for 'make regress' Previous default output remains when test cases are run individually. ok tracey


make got tree work on current branch and add tests for this use case ok stsp


add tests for 'got clone' and 'got fetch'; requires 'ssh 127.0.0.1' to work


add 'got integrate' command


initial implementation of 'got tag' command


initial 'got cat' implementation


introduce 'got ref -s' and add two tests for 'got ref'


initial 'got unstage' implementation


add initial stage test


hook forgotten revert tests to 'make regress'


fix a bug in 'got branch' and add tests for this command


increase the scope of blame tests by a blasting 100%


initial 'got histedit' implementation


initial 'got import' implementation


initial 'got rebase' implementation


hook up backout.sh test


add 'got backout' command


add 'got cherrypick' command


hook up commit regress tests