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