Browse Source
Only skip diffstats when both oids are valid and identical. This check was causing both false-positives (files included in diffstats with no actual changes (0 lines modified) and false-negatives (showing 0 lines modified in stats when files had actually changed). Also replaced same_contents with may_differ to avoid confusion. Signed-off-by: Thomas Guyot-Sionnest <tguyot@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Thomas Guyot-Sionnest
4 years ago
committed by
Junio C Hamano
2 changed files with 11 additions and 13 deletions
Loading…
Reference in new issue