summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2023-07-05 20:49:27 +0100
committerJunio C Hamano <gitster@pobox.com>2023-07-05 14:00:28 -0700
commit498198453dbb8ae46becbc83a1ef0979a0eb805d (patch)
tree17d45570180ca97e0cbb1b9106efe2aeda6e1150 /builtin/commit.c
parenta9e066fa63149291a55f383cfa113d8bdbdaa6b3 (diff)
diff --no-index: refuse to compare stdin to a directory
When the user runs git diff --no-index file directory we follow the behavior of POSIX diff and rewrite the arguments as git diff --no-index file directory/file Doing that when "file" is "-" (which means "read from stdin") does not make sense so we should error out if the user asks us to compare "-" to a directory. This matches the behavior of GNU diff and diff on *BSD. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions