Commit Briefs

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