mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
d61027b21f
We display empty diffs for files whose timestamps have changed. Usually, refreshing the index makes those empty diffs go away. However, when not using the index they are not very useful and there is no option to suppress them. This forces on the skip_stat_unmatch option for diff --no-index, suppressing any empty diffs. This option is also used for diffs against the index when "diff.autorefreshindex" is set, but that option does not apply to diff --no-index. Signed-off-by: Michael Spang <mspang@uwaterloo.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 lines
33 B
Text
2 lines
33 B
Text
$ git diff --no-index dir dir3
|
|
$
|