diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-29 17:03:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-29 17:03:10 -0700 |
commit | dbae1a13363c45d3f77061f61ca73a0c3ed045cf (patch) | |
tree | e20c7222570b55dbcb4ce4cf9bb91ae8149f52ba /userdiff.h | |
parent | 5dc6411edc6ed5d822b65b9f5cf61ab6fe6d3fa8 (diff) | |
parent | 0508fe533dfe1b890f6a2d31ca42ba25466e8ff5 (diff) | |
download | git-dbae1a13363c45d3f77061f61ca73a0c3ed045cf.tar.gz |
Merge branch 'jk/combine-diff-binary-etc'
* jk/combine-diff-binary-etc:
combine-diff: respect textconv attributes
refactor get_textconv to not require diff_filespec
combine-diff: handle binary files as binary
combine-diff: calculate mode_differs earlier
combine-diff: split header printing into its own function
Diffstat (limited to 'userdiff.h')
-rw-r--r-- | userdiff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/userdiff.h b/userdiff.h index 942d594950..4a7e78ffbc 100644 --- a/userdiff.h +++ b/userdiff.h @@ -23,4 +23,6 @@ int userdiff_config(const char *k, const char *v); struct userdiff_driver *userdiff_find_by_name(const char *name); struct userdiff_driver *userdiff_find_by_path(const char *path); +struct userdiff_driver *userdiff_get_textconv(struct userdiff_driver *driver); + #endif /* USERDIFF */ |