mbox series

[0/2] Remove some usages of the_repository

Message ID pull.1728.git.git.1716877921.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Remove some usages of the_repository | expand

Message

Philippe Blain via GitGitGadget May 28, 2024, 6:31 a.m. UTC
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