]> Kevux Git Server - rit/commit
pack-objects: remove duplicate --stdin-packs definition
authorRené Scharfe <l.s.r@web.de>
Fri, 27 Feb 2026 19:27:00 +0000 (20:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2026 19:38:25 +0000 (11:38 -0800)
commita5f2ff6ce87b1a07953461536f2b0c22631c94ba
tree4c5ac5ce0e2a67c0d31afba51c8d168be5a56fbb
parentbb5c624209fcaebd60b9572b2cc8c61086e39b57
pack-objects: remove duplicate --stdin-packs definition

cd846bacc7 (pack-objects: introduce '--stdin-packs=follow', 2025-06-23)
added a new definition of the option --stdin-packs that accepts an
argument.  It kept the old definition, which still shows up in the short
help, but is shadowed by the new one.  Remove it.

Hinted-at-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c