summaryrefslogtreecommitdiff
path: root/diffcore-rename.c
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2023-09-10 00:12:52 +0200
committerJunio C Hamano <gitster@pobox.com>2023-09-11 12:05:37 -0700
commit48944f214c7cd7402e70e661cf9efb8dd118fe0c (patch)
treea47c663635631abe4feefc510745308448a272a6 /diffcore-rename.c
parente5cb1e3f093986815945b85e61de112b8e3ccdd6 (diff)
diff --no-index: fix -R with stdin
When -R is given, queue_diff() swaps the mode and name variables of the two files to produce a reverse diff. 1e3f26542a (diff --no-index: support reading from named pipes, 2023-07-05) added variables that indicate whether files are special, i.e named pipes or - for stdin. These new variables were not swapped, though, which broke the handling of stdin with with -R. Swap them like the other metadata variables. Reported-by: Martin Storsjö <martin@martin.st> Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-rename.c')
0 files changed, 0 insertions, 0 deletions