aboutsummaryrefslogtreecommitdiff
path: root/convert.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-03 14:15:59 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-03 14:15:59 -0800
commit05f1539b7fb4809a406feaa8434bc2c58155d13d (patch)
treed1c722db091df355798c90e039bf5f9e1b9c2074 /convert.h
parent1cb3ed308dcfaa6084b8aed075c772aeb9e57243 (diff)
parenta7630bd4274a0dff7cff8b92de3d3f064e321359 (diff)
downloadgit-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/convert.h b/convert.h
index d9d853cd3..ccf436bfb 100644
--- a/convert.h
+++ b/convert.h
@@ -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,