Commit Briefs

Stefan Sperling

man page wording tweaks



Stefan Sperling

fix typo in got(1) man page markup


Stefan Sperling

make got and tog accept a --version argument; -V option is a bit obscure

prompted by a question from tedu@


Stefan Sperling

add -E option to 'got checkout' allowing use of a non-empty work tree path

needed by and ok kn@





Tracey Emery

add -k option to 'got remove' to keep files on disk

ok stsp


Tracey Emery

add -R option to 'got remove' for recursive deletion

ok stsp


Klemens Nanni

got.1: Fix mdoc(7) linter errors/warnings

mandoc: got.1:573:96: ERROR: skipping end of block that is not open: Oc mandoc: got.1:1583:2: WARNING: skipping paragraph macro: Pp at the end of Sh



Klemens Nanni

got.1: Fix log -s, tweak wording

From stsp


Klemens Nanni

log: Implement -s search-pattern

match_logmsg() is copied from tog's match_commit().