Commit Briefs

Stefan Sperling

adjust expected test output after got log -s changes

ok op@


Stefan Sperling

add one-line output mode to got log with -s flag

-s for short. Moves log search to -S. Patch by Evan Silberman


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.


Stefan Sperling

display the requested object type when an object could not be found

ok millert@


Christian Weisgerber

add missing "return 1" to failure handling in the regress scripts

ok stsp@




Stefan Sperling

make 'got log' avoid got_repo_map_path() if run in a work tree

ok naddy


Christian Weisgerber

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

ok stsp


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


Stefan Sperling

make 'got log' -R and -P options work in combination

With -R, the -P option did not show any paths. Regression test added here demonstrates the problem.


Stefan Sperling

add submodule tests

ok semarie


Stefan Sperling

show a list of paths changed in a commit with 'got log -P', and in tog

requested by matthieu@


Stefan Sperling

fix "no such entry found in tree" error with got log -p and an added path

ok millert@