git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove some usages of the_repository
@ 2024-05-28  6:31 Philip Peterson via GitGitGadget
  2024-05-28  6:32 ` [PATCH 1/2] add-patch: do not use the_repository Philip Peterson via GitGitGadget
  2024-05-28  6:32 ` [PATCH 2/2] apply: " Philip Peterson via GitGitGadget
  0 siblings, 2 replies; 8+ messages in thread
From: Philip Peterson via GitGitGadget @ 2024-05-28  6:31 UTC (permalink / raw)
  To: git; +Cc: Philip Peterson

Because usage of the global the_repository is deprecated, remove the usage
of it in favor of a passed arg representing the repository.

Philip Peterson (2):
  add-patch: do not use the_repository
  apply: do not use the_repository

 add-patch.c |  6 +++---
 apply.c     | 30 +++++++++++++++---------------
 2 files changed, 18 insertions(+), 18 deletions(-)


base-commit: b9cfe4845cb2562584837bc0101c0ab76490a239
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1728%2Fphilip-peterson%2Fpeterson%2Fremove-the-repository-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1728/philip-peterson/peterson/remove-the-repository-v1
Pull-Request: https://github.com/git/git/pull/1728
-- 
gitgitgadget

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

end of thread, other threads:[~2024-05-28 21:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28  6:31 [PATCH 0/2] Remove some usages of the_repository Philip Peterson via GitGitGadget
2024-05-28  6:32 ` [PATCH 1/2] add-patch: do not use the_repository Philip Peterson via GitGitGadget
2024-05-28 21:41   ` Junio C Hamano
2024-05-28  6:32 ` [PATCH 2/2] apply: " Philip Peterson via GitGitGadget
2024-05-28  7:28   ` Patrick Steinhardt
2024-05-28 16:33     ` Junio C Hamano
2024-05-28 17:22       ` Patrick Steinhardt
2024-05-28 17:37         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).