diff options
author | Jeff King <peff@peff.net> | 2018-11-05 01:40:53 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-06 12:55:35 +0900 |
commit | d6627fb8999ac7275c1eeb42482dabd4fabfbd61 (patch) | |
tree | dcfe6cfe78c01d7dd558d4ae00fd7add14f4ad4f /t/t4037-diff-r-t-dirs.sh | |
parent | cat-file: mark batch options with NONEG (diff) | |
download | tgif-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 't/t4037-diff-r-t-dirs.sh')
0 files changed, 0 insertions, 0 deletions