diff options
author | Jeff King <peff@peff.net> | 2018-11-05 01:41:12 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-06 12:55:36 +0900 |
commit | 964fd83b12cbf7907f0bdb4671a467fe381487d3 (patch) | |
tree | 86ce083ecb7bbbcda0d8dddde9f0f298360b3134 /date.c | |
parent | status: mark --find-renames option with NONEG (diff) | |
download | tgif-964fd83b12cbf7907f0bdb4671a467fe381487d3.tar.xz |
format-patch: mark "--no-numbered" option with NONEG
We have separate parse-options entries for "numbered" and "no-numbered",
which means that we accept "--no-no-numbered". It does not behave
sensibly, though (it ignores the "unset" flag and acts like
"--no-numbered").
We could fix that, but obviously this is silly and unintentional. Let's
just disallow it.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'date.c')
0 files changed, 0 insertions, 0 deletions