mbox series

[0/4] Remove the_repository global for am, annotate, apply, archive builtins

Message ID pull.1788.git.git.1727185364.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Remove the_repository global for am, annotate, apply, archive builtins | expand

Message

John Cai via GitGitGadget Sept. 24, 2024, 1:42 p.m. UTC
Remove the_repository global variable for the annotate, apply, and archive
bulitins.

John Cai (4):
  git: pass in repo for RUN_SETUP_GENTLY
  annotate: remove usage of the_repository global
  apply: remove the_repository global variable
  archive: remove the_repository global variable

 builtin/annotate.c | 5 ++---
 builtin/apply.c    | 9 ++++-----
 builtin/archive.c  | 5 ++---
 git.c              | 5 ++++-
 4 files changed, 12 insertions(+), 12 deletions(-)


base-commit: 6258f68c3c1092c901337895c864073dcdea9213
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1788%2Fjohn-cai%2Fjc%2Fremove-global-repo-a-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1788/john-cai/jc/remove-global-repo-a-v1
Pull-Request: https://github.com/git/git/pull/1788