diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-02-03 14:15:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-03 14:15:59 -0800 |
commit | 05f1539b7fb4809a406feaa8434bc2c58155d13d (patch) | |
tree | d1c722db091df355798c90e039bf5f9e1b9c2074 /convert.h | |
parent | 1cb3ed308dcfaa6084b8aed075c772aeb9e57243 (diff) | |
parent | a7630bd4274a0dff7cff8b92de3d3f064e321359 (diff) | |
download | git-05f1539b7fb4809a406feaa8434bc2c58155d13d.tar.gz git-05f1539b7fb4809a406feaa8434bc2c58155d13d.tar.xz |
Merge branch 'tb/ls-files-eol'
"git ls-files" learned a new "--eol" option to help diagnose
end-of-line problems.
* tb/ls-files-eol:
ls-files: add eol diagnostics
Diffstat (limited to 'convert.h')
-rw-r--r-- | convert.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ enum eol { }; extern enum eol core_eol; +extern const char *get_cached_convert_stats_ascii(const char *path); +extern const char *get_wt_convert_stats_ascii(const char *path); +extern const char *get_convert_attr_ascii(const char *path); /* returns 1 if *dst was used */ extern int convert_to_git(const char *path, const char *src, size_t len, |