Browse Source
The code to squelch empty diffs introduced by commit
fb13227e08
would inadvertently
populate filespec "two" of a submodule change using the uninitialized
(null) SHA1, thereby replacing the submodule SHA1 by 0{40} in the output.
This change teaches diffcore_skip_stat_unmatch to handle
submodule changes correctly.
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Sven Verdoolaege
18 years ago
committed by
Junio C Hamano
2 changed files with 21 additions and 4 deletions
Loading…
Reference in new issue