]> git.ipfire.org Git - thirdparty/git.git/commit
parseopt: group literal string alternatives in argument help
authorRené Scharfe <l.s.r@web.de>
Sun, 19 Aug 2018 17:34:48 +0000 (19:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Aug 2018 18:35:54 +0000 (11:35 -0700)
commitbbc072f5d884d17a6102fd04ae6d2cfcaa98ad48
tree328de077a906da9b57ec9c59171f4fbb97c59fd1
parent446e63ccf536782263be3659d41b6c603c851bce
parseopt: group literal string alternatives in argument help

This formally clarifies that the "--option=" part is the same for all
alternatives.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c
builtin/push.c
builtin/send-pack.c