]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-delta.c
diffcore_count_changes: pass diffcore_filespec
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Jun 2007 05:54:37 +0000 (22:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Jul 2007 03:51:31 +0000 (20:51 -0700)
commitd8c3d03a0b7f10977dd508a5a965a417b7f1b065
treece83d3f495e8a3acac26c8d7b5d5616cbe8c514b
parent06f59e9f5daa06fc4bd51cf4c508b3edd3ed514a
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>
diffcore-break.c
diffcore-delta.c
diffcore-rename.c
diffcore.h