public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fetch: clobber existing tags with --prune-tags
@ 2026-02-15 20:23 Orgad Shaneh via GitGitGadget
  2026-02-15 20:23 ` [PATCH 1/2] fetch: add a test for --force flag Orgad Shaneh via GitGitGadget
  2026-02-15 20:23 ` [PATCH 2/2] fetch: clobber existing tags with --prune-tags Orgad Shaneh via GitGitGadget
  0 siblings, 2 replies; 6+ messages in thread
From: Orgad Shaneh via GitGitGadget @ 2026-02-15 20:23 UTC (permalink / raw)
  To: git; +Cc: Orgad Shaneh

This was documented but not implemented.

In the flag description: prune local tags no longer on remote and clobber
changed tags

In the documentation: ... to prune local tags that don't exist on the
remote, and force-update those tags that differ.

Orgad Shaneh (2):
  fetch: add a test for --force flag
  fetch: clobber existing tags with --prune-tags

 builtin/fetch.c       |  2 +-
 t/t5516-fetch-push.sh | 13 +++++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)


base-commit: 852829b3dd2fe4e7c7fc4d8badde644cf1b66c74
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2200%2Forgads%2Ffetch-prune-clobber-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2200/orgads/fetch-prune-clobber-v1
Pull-Request: https://github.com/git/git/pull/2200
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-26  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-15 20:23 [PATCH 0/2] fetch: clobber existing tags with --prune-tags Orgad Shaneh via GitGitGadget
2026-02-15 20:23 ` [PATCH 1/2] fetch: add a test for --force flag Orgad Shaneh via GitGitGadget
2026-02-15 20:23 ` [PATCH 2/2] fetch: clobber existing tags with --prune-tags Orgad Shaneh via GitGitGadget
2026-03-18  8:27   ` Orgad Shaneh
2026-03-21 18:26   ` Junio C Hamano
2026-03-26  7:57     ` Orgad Shaneh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox