author | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Jun 2007 05:54:37 +0000 (22:54 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 1 Jul 2007 03:51:31 +0000 (20:51 -0700) | ||
commit | d8c3d03a0b7f10977dd508a5a965a417b7f1b065 | |
tree | ce83d3f495e8a3acac26c8d7b5d5616cbe8c514b | tree | snapshot |
parent | 06f59e9f5daa06fc4bd51cf4c508b3edd3ed514a | commit | diff |
diffcore_count_changes: pass diffcore_filespec
We may want to use richer information on the data we are dealing
with in this function, so instead of passing a buffer address
and length, just pass the diffcore_filespec structure. Existing
callers always call this function with parameters taken from a
filespec anyway, so there is no functionality changes.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We may want to use richer information on the data we are dealing
with in this function, so instead of passing a buffer address
and length, just pass the diffcore_filespec structure. Existing
callers always call this function with parameters taken from a
filespec anyway, so there is no functionality changes.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-break.c | diff | blob | history | |
diffcore-delta.c | diff | blob | history | |
diffcore-rename.c | diff | blob | history | |
diffcore.h | diff | blob | history |