]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repack.c: fix incorrect reference to '-C'
authorTaylor Blau <me@ttaylorr.com>
Tue, 18 Apr 2023 20:40:35 +0000 (16:40 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Apr 2023 21:56:47 +0000 (14:56 -0700)
commitc512f31109ea09a6db72af0af4572dc0a2c2df0f
tree1e6527f45f3f8233878c6b4d46ec521ce7c6a3b2
parentc41258359e2f77a4fba000b2bbb975ebaf7d641b
builtin/repack.c: fix incorrect reference to '-C'

When cruft packs were originally being developed, `-C` was designated as
the short-form for `--cruft` (as in `git repack -C`).

This was dropped due to confusion with Git's top-level `-C` option
before submitting to the list. But the reference to it in
`--cruft-expiration`'s help text was never updated. Fix that dangling
reference in this patch.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/repack.c