public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH 0/4] tag: stop using the_repository
@ 2025-12-28 18:10 René Scharfe
  2025-12-28 18:10 ` [PATCH 1/4] tag: use algo of repo parameter in parse_tag_buffer() René Scharfe
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: René Scharfe @ 2025-12-28 18:10 UTC (permalink / raw)
  To: git

Push the use of the_repository and the_hash_algo from the tag
functions to their callers.  Also converts some cases of implicit use,
which seem unintended.

  tag: use algo of repo parameter in parse_tag_buffer()
  tag: support arbitrary repositories in gpg_verify_tag()
  tag: support arbitrary repositories in parse_tag()
  tag: stop using the_repository

 builtin/describe.c     |  6 +++---
 builtin/pack-objects.c |  2 +-
 builtin/tag.c          |  2 +-
 builtin/verify-tag.c   |  2 +-
 fsck.c                 |  2 +-
 object-name.c          |  2 +-
 ref-filter.c           |  2 +-
 tag.c                  | 27 ++++++++++++++-------------
 tag.h                  |  4 ++--
 walker.c               |  2 +-
 10 files changed, 26 insertions(+), 25 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2025-12-30 16:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-28 18:10 [PATCH 0/4] tag: stop using the_repository René Scharfe
2025-12-28 18:10 ` [PATCH 1/4] tag: use algo of repo parameter in parse_tag_buffer() René Scharfe
2025-12-30 16:51   ` Kristoffer Haugsbakk
2025-12-28 18:10 ` [PATCH 2/4] tag: support arbitrary repositories in gpg_verify_tag() René Scharfe
2025-12-28 18:10 ` [PATCH 3/4] tag: support arbitrary repositories in parse_tag() René Scharfe
2025-12-28 18:10 ` [PATCH 4/4] tag: stop using the_repository René Scharfe

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