Commits


document how to use commit messages prepared in a file; patch by Scott Bennett


make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target


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


clarify wording in got.1 related to local changes/commits/branches


wording tweak in got.1


add an example for log -R to got.1


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


tweak documentation of 'got log -x' for accuracy


make 'got update' skip conflicted files ok millert@


add 'got log' -x option to stop logging when a specific commit was traversed


remove a redundant .Pp in got.1 (found by mandoc -T lint)


in got.1, clarify how 'got update' deals with local (aka uncommitted) changes


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


add missing .Pp in got.1


wording tweak in got.1


more small man page tweaks for clone and fetch


document that clone and fetch -R options accept reference namespaces


in got.1, add the -R option to synopsis of got fetch


add support for fetching arbitrary references to 'got clone' and 'got fetch'


correctness fix in got.1: tags usually point to tag objects


in got.1 be explicit about the fact that our branches live in "refs/heads/"


clarify the distinction between mirror and regular repositories


prevent existing tags from being overwritten by 'got fetch' by default


remove GOT_FETCH_DEBUG and toggle fetch debug output with -v option instead