Commits


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


handle refs/remotes/origin/HEAD properly; reported by Matthias aka _xhr_


allow for limiting output of 'got ref -l' to a single ref or a namespace


add -c option to 'got ref' which now expects just one argument after options


allow 'got ref' to manipulate refs which do not have a slash in their name


in test_ref_create, test creating a new ref based on a commit ID


fix typo in comment


test behaviour when 'got ref -s' is given a non-reference target


introduce 'got ref -s' and add two tests for 'got ref'