]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
diff: futureproof "stop feeding the backend early" logic
authorJunio C Hamano <gitster@pobox.com>
Tue, 31 May 2011 16:14:17 +0000 (09:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 May 2011 16:21:36 +0000 (09:21 -0700)
commit28b9264dd6cbadcef8b3e48c24ffcb2893b668b3
tree2b44427e3c46bf333a17cab937a340ed611e4489
parentaf7b41c923677ff9291bab56ec7069922e37453b
diff: futureproof "stop feeding the backend early" logic

Refactor the "do not stop feeding the backend early" logic into a small
helper function and use it in both run_diff_files() and diff_tree() that
has the stop-early optimization. We may later add other types of diffcore
transformation that require to look at the whole result like diff-filter
does, and having the logic in a single place is essential for longer term
maintainability.

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