summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorUsman Akinyemi <usmanakinyemi202@gmail.com>2025-03-08 05:05:06 +0530
committerJunio C Hamano <gitster@pobox.com>2025-03-07 16:52:02 -0800
commitd9dce89192504c63787b98961ee514937af88e61 (patch)
tree0ac8d85ef817dc7d0e35f2e755fb818391dc52f3 /builtin/commit-graph.c
parentd9c5cfb18f4dff87db7d28846bd754c009f6043d (diff)
builtin/for-each-ref: stop using `the_repository`
Remove the_repository global variable in favor of the repository argument that gets passed in "builtin/for-each-ref.c". When `-h` is passed to the command outside a Git repository, the `run_builtin()` will call the `cmd_for_each_ref()` function with `repo` set to NULL and then early in the function, `parse_options()` call will give the options help and exit. Mentored-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Usman Akinyemi <usmanakinyemi202@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions