diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-05-07 09:21:38 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-05-07 10:50:13 -0700 |
commit | e3a69d72b1e48b85f9dad8139797a6fe50d4059d (patch) | |
tree | a12ab5cbecd13c3937dab70f4729566d7df129e3 /builtin/commit.c | |
parent | 58f62837fb42fe602ceaea50f4666d98e278acbe (diff) |
builtin/gc: remove global variables where it is trivial to do
We use a couple of global variables to assemble command line arguments
for subprocesses we execute in git-gc(1). All of these variables except
the one for git-repack(1) are only used in a single place though, so
they don't really add anything but confusion.
Remove those variables.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions