author | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Jun 2007 05:56:07 +0000 (22:56 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 1 Jul 2007 03:51:31 +0000 (20:51 -0700) | ||
commit | 706098af6b53403b5ea3db9216fb99afbe06f52d | |
tree | d433db47ca354e5de3c229066e96c413ab33a976 | tree | snapshot |
parent | d8c3d03a0b7f10977dd508a5a965a417b7f1b065 | commit | diff |
diffcore_filespec: add is_binary
diffcore-break and diffcore-rename would want to behave slightly
differently depending on the binary-ness of the data, so add one
bit to the filespec, as the structure is now passed down to
diffcore_count_changes() function.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-break and diffcore-rename would want to behave slightly
differently depending on the binary-ness of the data, so add one
bit to the filespec, as the structure is now passed down to
diffcore_count_changes() function.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c | diff | blob | history | |
diffcore.h | diff | blob | history |