Commit Briefs

138e4f4798 Stefan Sperling

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

ok millert@


a966211500 Christian Weisgerber

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

ok stsp@




603cdeb0c7 Stefan Sperling

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

ok naddy


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


502b9684f9 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.


e730362696 Stefan Sperling

add submodule tests

ok semarie


0208f20830 Stefan Sperling

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

requested by matthieu@


2e8c69d19f Stefan Sperling

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

ok millert@


50f2fadafa Stefan Sperling

fix 'got log -r' loading refs from the wrong repo if invoked in a work tree

ok tracey


b90c30485c Stefan Sperling

adjust expected "object not found" error output in tests


dbec59df9a Stefan Sperling

add 'got log' -R option to reverse commit display order



992eb9d896 Tracey Emery

spelling


f43793a4e6 Stefan Sperling

fix a bug where 'got log PATH' failed to map PATH into the repository

The problem occured inside /usr/src/sys due to the /sys symlink, where /usr/src was a got work tree. If a work tree is present we already have the right path so checking the disk is pointless.


5aa813935b Stefan Sperling

add copyright year for files already touched in 2020






5a8ddf14e9 Stefan Sperling

also test "leightweight" tags in log tag test



303e2782e0 Stefan Sperling

add support for tags to -c options of some got commands