Commit Briefs

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


8d301dd94c Stefan Sperling

use cmp -s, instead of cmp, in all command line tests


b70703ad8a Stefan Sperling

fix bugs in got_repo_map_path() and add more related tests