]> git.ipfire.org Git - thirdparty/git.git/blobdiff - convert.h
convert: add round trip check based on 'core.checkRoundtripEncoding'
[thirdparty/git.git] / convert.h
index 1d9539ed0b80340ed44a997b0e33d2eb6a0c166f..765abfbd6026742c19ce61820aab2b645577838e 100644 (file)
--- a/convert.h
+++ b/convert.h
@@ -56,6 +56,7 @@ struct delayed_checkout {
 };
 
 extern enum eol core_eol;
+extern char *check_roundtrip_encoding;
 extern const char *get_cached_convert_stats_ascii(const struct index_state *istate,
                                                  const char *path);
 extern const char *get_wt_convert_stats_ascii(const char *path);