diff options
| author | René Scharfe <l.s.r@web.de> | 2023-10-28 13:58:07 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-29 12:10:45 +0900 |
| commit | f7c1b23819ec8b838e5427ed2e7cd12c81a796d2 (patch) | |
| tree | be73263c45b0823e03217f08bd03255a671494f9 /git-send-email.perl | |
| parent | Git 2.42 (diff) | |
| download | git-f7c1b23819ec8b838e5427ed2e7cd12c81a796d2.tar.gz git-f7c1b23819ec8b838e5427ed2e7cd12c81a796d2.zip | |
am, rebase: fix arghelp syntax of --empty
Use parentheses and pipes to present alternatives in the argument help
for the --empty options of git am and git rebase, like in the rest of
the documentation.
While at it remove a stray use of the enum empty_action value
STOP_ON_EMPTY_COMMIT to indicate that no short option is present.
While it has a value of 0 and thus there is no user-visible change,
that enum is not meant to hold short option characters. Hard-code 0,
like we do for other options without a short option.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-send-email.perl')
0 files changed, 0 insertions, 0 deletions
