Diff between two blobs should take mode changes into account now.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
01618a3ab1
commit
43342941dd
@ -32,7 +32,7 @@ static void stuff_change(struct diff_options *opt,
|
|||||||
struct diff_filespec *one, *two;
|
struct diff_filespec *one, *two;
|
||||||
|
|
||||||
if (!is_null_sha1(old_sha1) && !is_null_sha1(new_sha1) &&
|
if (!is_null_sha1(old_sha1) && !is_null_sha1(new_sha1) &&
|
||||||
!hashcmp(old_sha1, new_sha1))
|
!hashcmp(old_sha1, new_sha1) && (old_mode == new_mode))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (opt->reverse_diff) {
|
if (opt->reverse_diff) {
|
||||||
|
Loading…
Reference in New Issue
Block a user