Message ID | pull.1788.v4.git.git.1728594828.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Remove the_repository global for am, annotate, apply, archive builtins | expand |
"John Cai via GitGitGadget" <gitgitgadget@gmail.com> writes: > Remove the_repository global variable for the annotate, apply, and archive > bulitins. > > Changes since V3: > > * Improve commit message in patch 2 > > Changes since V1: > > * in patch 1, only pass in repo to the bulitin if the repo exists > > Changes since V2: > > * drop patch 3, which is a bit more involved to dis-entangle the_repository > * use a single variable in run_builtin() to keep track of whether or not we > are operating in a repository > > John Cai (3): > git: pass in repo to builtin based on setup_git_directory_gently > annotate: remove usage of the_repository global > archive: remove the_repository global variable Will queue. Thanks, all.