Commit Briefs


8469d82143 Stefan Sperling

always show commit or tree IDs in diff header, in order to help 'got patch'

The idea is that got patch can simply look for a line such as: commit - abcde1234567... to find the merge base commit ID to show in diff3 conflict markers. got log -p now displays commit IDs in its diff header, instead ofl tree or blob IDs. ok op@


49c543a6fe Christian Weisgerber

use test(1) -eq and -ne to compare integers, and reduce quoting

This brings the rest of the regression test scripts in line with patch.sh.



f6cae3ed1e Christian Weisgerber

switch function declarations from Korn shell to Bourne/POSIX shell syntax

ok stsp


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


36bf999ca5 Stefan Sperling

make 'got unstage -p' work with symlinks



ea7786be38 Stefan Sperling

make 'got unstage' work with symlinks


8564cb2124 Stefan Sperling

test stage/unstage with non-existent paths



8b13ce36c3 Stefan Sperling

fix and test stage/unstage with unversioned files


4ce4674049 Stefan Sperling

label staged blobs with "(staged)" in got diff output


19e4b90712 Stefan Sperling

fix and test 'q' command for unstage -p


2e1f37b029 Stefan Sperling

implement 'got unstage -p'