Commit Briefs

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.


08e5873e99 Stefan Sperling

make 'got checkout' display the checked out reference and commit ID

ok tracey





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


e8863bdcc3 Stefan Sperling

add symlink support to 'got import'



46f68b205b Stefan Sperling

show file mode differences when diffing trees




71db5e8c74 Stefan Sperling

fix empty variable in two import regress tests


3ce1b84566 Stefan Sperling

initial 'got import' implementation