commit | 939aabbf7d108b5d6830bf5cd89abc910cc9ff27 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Jan 28 02:09:08 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sat Jan 28 02:26:18 2006 -0800 |
tree | a8844082231917ae1010fea74f6d31fc370a59fb | |
parent | addafaf92eeb86033da91323d0d3ad7a496dae83 [diff] |
diff-files -c/--cc: combine only when both ours and theirs exist. The previous round forgot to make sure there actually are two versions to compare against the working tree version. Otherwise using -c/--cc would not make much sense. Also plug a small memory leak. Signed-off-by: Junio C Hamano <junkio@cox.net>