Commit Briefs




f8ab0c604a Stefan Sperling

got.1 wording tweak for clarity


10c073e79a Stefan Sperling

got.1 wording fix



175367bd23 Stefan Sperling

got(1) man page wording tweak


010f727919 Stefan Sperling

line to git-repository(5) for details about pack files


89c3c67b24 Stefan Sperling

document what got-index-pack does



619eb6dd8d Stefan Sperling

document use of port numbers in URLs





7848a0e165 Stefan Sperling

implement 'got fetch'


267fe56752 Stefan Sperling

document 'got cl' alias for 'got clone'




fd039d7238 Stefan Sperling

man page updates for 'got clone'


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