Commit Briefs


Stefan Sperling

got.1 wording tweak for clarity


Stefan Sperling

got.1 wording fix



Stefan Sperling

got(1) man page wording tweak



Stefan Sperling

document what got-index-pack does



Stefan Sperling

document use of port numbers in URLs





Stefan Sperling

implement 'got fetch'


Stefan Sperling

document 'got cl' alias for 'got clone'




Stefan Sperling

man page updates for 'got clone'


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