run_diff_files(): clarify computation of sha1 validity
commit0b86fe8923c25639f77d5f18f086c3346a5ccd61
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Dec 2014 21:11:06 +0000 (11 13:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2015 22:27:01 +0000 (4 14:27 -0800)
tree029b954b6030ab2b2c2f68b11adc0293afb403e3
parentfdf96a20acf96a6ac538df8113b2aafd6ed71d50
run_diff_files(): clarify computation of sha1 validity

Remove the need to have duplicated "if there is a change then feed
null_sha1 and otherwise sha1 from the cache entry" for the "new"
side of the diff by introducing two temporary variables to point
at the object name of the old and the new side of the blobs.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-lib.c