summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2018-11-05 01:40:53 -0500
committerJunio C Hamano <gitster@pobox.com>2018-11-06 12:55:35 +0900
commitd6627fb8999ac7275c1eeb42482dabd4fabfbd61 (patch)
treedcfe6cfe78c01d7dd558d4ae00fd7add14f4ad4f /commit.c
parent0ad1efb4b379b4d47166c04b3103c6ead3a79673 (diff)
status: mark --find-renames option with NONEG
If you run "git status --no-find-renames", it will behave the same as "--find-renames", because we ignore the "unset" parameter (we see a NULL "arg", but since the score argument is optional, we just think that the user did not provide a score). We already have a separate "--no-renames" to disable renames, so there's not much point in supporting "--no-find-renames". Let's just flag it as an error. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions