author | Junio C Hamano <gitster@pobox.com> | |
Tue, 31 May 2011 16:14:17 +0000 (09:14 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 31 May 2011 16:21:36 +0000 (09:21 -0700) | ||
commit | 28b9264dd6cbadcef8b3e48c24ffcb2893b668b3 | |
tree | 2b44427e3c46bf333a17cab937a340ed611e4489 | tree | snapshot |
parent | af7b41c923677ff9291bab56ec7069922e37453b | commit | diff |
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>
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 | blob | history | |
diff.c | diff | blob | history | |
diff.h | diff | blob | history | |
tree-diff.c | diff | blob | history |