Commit Briefs



f259c4c182 Stefan Sperling

add a 'got merge' command for creating merge commits

Additional testing by Thomas Adam. ok tracey


f8a36e2210 Stefan Sperling

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.


b3d68e7f99 Stefan Sperling

implement 'gotadmin cleanup'


05118f5ae5 Stefan Sperling

implement gotadmin pack, indexpack, and listpack commands




7fb414ae4d Stefan Sperling

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


4e0a20a47c Tracey Emery

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

ok stsp



2822a3526b Stefan Sperling

add 'got integrate' command


8e7bd50a82 Stefan Sperling

initial implementation of 'got tag' command


01073a5d20 Stefan Sperling

initial 'got cat' implementation


d1c1ae5fa6 Stefan Sperling

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


ad493afcc0 Stefan Sperling

initial 'got unstage' implementation


fccbfb985c Stefan Sperling

add initial stage test


2c961eb2d8 Stefan Sperling

hook forgotten revert tests to 'make regress'


dc5351b4fb Stefan Sperling

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


c970ea82ea Stefan Sperling

increase the scope of blame tests by a blasting 100%


0ebf8283cd Stefan Sperling

initial 'got histedit' implementation


3ce1b84566 Stefan Sperling

initial 'got import' implementation


818c750100 Stefan Sperling

initial 'got rebase' implementation


5cc8c93b0a Stefan Sperling

hook up backout.sh test


5ef14e6363 Stefan Sperling

add 'got backout' command