Commit Briefs

83b416ed85 Stefan Sperling

add ori as author


5b87815ed2 Stefan Sperling

prevent commits from being listed more than once in a histedit script

While merging a commit multiple times during a histedit operation could potentially make sense in some corner case, a commit appearing more than once in the script is more likely to happen accidentally. If desired, the same effect can still be achieved by running multiple histedit operations, or by using 'got cherrypick' while the histedit operation is paused for arbitrary editing.


4b6c9460c9 Stefan Sperling

be helpful when users try to check out work trees without a known branch

Provide a useful error message in such cases and explicitly document intentional restrictions in the got(1) man page. Prompted by a question from Adam Steen via bsd.network https://bsd.network/@adams/103768951483318235






ddbfac99a5 Stefan Sperling

document histedit's -F option


46fa4c83cb Stefan Sperling

explain more clearly how a histedit script will be edited




da76fce2df Stefan Sperling

let 'got branch' switch and update the work tree

ok tracey


2bdefe565f Tracey Emery

edit man page wording for histedit -m feature


083957f407 Stefan Sperling

add 'got histedit -m' option which makes it easy to edit log messages only

ok tracey


5b66608142 Stefan Sperling

show how to log subdirectories in got.1 EXAMPLES

ok naddy


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