Commits


add GOT_LOG_DEFAULT_LIMIT env var for setting a got log -l default


add -s option to 'got ref' usage in man page


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


annotate symlinks with @ in 'got tree' and 'tog tree'


man page improvements - new sentence, new line - add blanks before trailing delimiters - void leaving whitespace at end of line, even significant space - use .Ox macro for OpenBSD - fix paragraph lint warnings - escape ~ and ^, which are special characters in troff


add support for tag objects to 'got diff'


man pages: use Oo/Oc/Op instead of plain brackets (from bentley@)


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


attempt to reject GOT_AUTHOR values without an email address


warn people that GOT_AUTHOR should contain an email address


add support for .cvsignore files, as found in /usr/ports, to 'got status'


be more clear about rebase/histedit -c and -a options and argv


implement 'revert -p'


implement got revert -R


try to document double-status codes more clearly