Commit Briefs

Stefan Sperling

add ori as author


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.


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






Stefan Sperling

document histedit's -F option





Stefan Sperling

let 'got branch' switch and update the work tree

ok tracey




Stefan Sperling

show how to log subdirectories in got.1 EXAMPLES

ok naddy




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@