All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] refspec: remove dependency on `the_repository`
@ 2026-07-16 12:38 Patrick Steinhardt
  2026-07-16 12:38 ` [PATCH 1/3] refspec: group related structures and functions Patrick Steinhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Patrick Steinhardt @ 2026-07-16 12:38 UTC (permalink / raw)
  To: git

Hi,

this small patch series removes the dependency on `the_repository` in
"refspec.c". Thanks!

Patrick

---
Patrick Steinhardt (3):
      refspec: group related structures and functions
      refspec: let callers pass in hash algorithm when parsing items
      refspec: stop depending on `the_repository`

 builtin/fast-export.c       |  4 +++-
 builtin/fetch.c             |  9 ++++++---
 builtin/pull.c              |  2 +-
 builtin/push.c              |  6 ++++--
 builtin/send-pack.c         |  5 ++++-
 builtin/submodule--helper.c |  2 +-
 http-push.c                 |  2 +-
 refspec.c                   | 39 +++++++++++++++++++++------------------
 refspec.h                   | 42 +++++++++++++++++++++++++++---------------
 remote.c                    |  6 +++---
 transport-helper.c          |  2 +-
 11 files changed, 72 insertions(+), 47 deletions(-)


---
base-commit: d35c5399e3e54ac277bb391fc2f6be3e816d312b
change-id: 20260716-pks-refspec-wo-the-repository-24a6fd303548


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

end of thread, other threads:[~2026-07-17  6:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16 12:38 [PATCH 0/3] refspec: remove dependency on `the_repository` Patrick Steinhardt
2026-07-16 12:38 ` [PATCH 1/3] refspec: group related structures and functions Patrick Steinhardt
2026-07-16 12:38 ` [PATCH 2/3] refspec: let callers pass in hash algorithm when parsing items Patrick Steinhardt
2026-07-16 12:38 ` [PATCH 3/3] refspec: stop depending on `the_repository` Patrick Steinhardt
2026-07-16 20:59   ` Junio C Hamano
2026-07-17  6:02     ` Patrick Steinhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.