summaryrefslogtreecommitdiff
path: root/name-hash.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2018-11-05 01:40:53 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-11-06 12:55:35 +0900
commitd6627fb8999ac7275c1eeb42482dabd4fabfbd61 (patch)
treedcfe6cfe78c01d7dd558d4ae00fd7add14f4ad4f /name-hash.c
parentcat-file: mark batch options with NONEG (diff)
downloadtgif-d6627fb8999ac7275c1eeb42482dabd4fabfbd61.tar.xz
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 'name-hash.c')
0 files changed, 0 insertions, 0 deletions