]> Sergey Matveev's repositories - public-inbox.git/commit
clone|fetch: support passing --prune(-tags) to `git fetch'
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:32:10 +0000 (05:32 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:58 +0000 (23:38 +0000)
commit37131af8eb12f6b0d715fd291c885cafec8be577
tree814dfa71c702faf1e0367897814a5d75178df768
parentaa82a5a136595d935705e8c9fbffe362e44b8917
clone|fetch: support passing --prune(-tags) to `git fetch'

We need to be able to get rid of removed branches and tags on
the remote.  --prune-tags is implied for non-objstore repos,
and incompatible with objstore repos.
Documentation/public-inbox-clone.pod
Documentation/public-inbox-fetch.pod
lib/PublicInbox/LeiMirror.pm
script/public-inbox-clone
script/public-inbox-fetch