diff options
author | Jeff King <peff@peff.net> | 2011-05-23 22:30:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-24 00:46:02 +0200 |
commit | 3813e69031d2df2702f50b9649fa2e40ea11e558 (patch) | |
tree | 1c39328b22138741719fd561c9f32b1ac5d0cffe /combine-diff.c | |
parent | combine-diff: handle binary files as binary (diff) | |
download | git-3813e69031d2df2702f50b9649fa2e40ea11e558.tar.xz git-3813e69031d2df2702f50b9649fa2e40ea11e558.zip |
refactor get_textconv to not require diff_filespec
This function actually does two things:
1. Load the userdiff driver for the filespec.
2. Decide whether the driver has a textconv component, and
initialize the textconv cache if applicable.
Only part (1) requires the filespec object, and some callers
may not have a filespec at all. So let's split them it into
two functions, and put part (2) with the userdiff code,
which is a better fit.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'combine-diff.c')
0 files changed, 0 insertions, 0 deletions