Commit Briefs

dc990cbf2d Stefan Sperling

document semantics of got log and tog log path arguments



1137e0aea6 Stefan Sperling

man page wording tweaks



74daf7cb6b Stefan Sperling

fix typo in got(1) man page markup


83cd27f841 Stefan Sperling

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

prompted by a question from tedu@


bb51a5b4af Stefan Sperling

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

needed by and ok kn@


5aa813935b Stefan Sperling

add copyright year for files already touched in 2020




70e3e7f5a1 Tracey Emery

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

ok stsp


f2a9dc41d8 Tracey Emery

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

ok stsp


8b3ec12fa0 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



c6390436cb Klemens Nanni

got.1: Fix log -s, tweak wording

From stsp


6841bf1343 Klemens Nanni

log: Implement -s search-pattern

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





3a62228f45 Stefan Sperling

fix copy-pasto in man page; patch by landry@


1ebedb77e0 Stefan Sperling

teach 'got commit' to tweak the executable bit of a file


14c25ea21a Stefan Sperling

add a 'got integrate' example to the man page


2822a3526b Stefan Sperling

add 'got integrate' command



63035f9f4f Stefan Sperling

add -w (ignore whitespace) option to 'got diff'