diff options
author | Russell Belfer <rb@github.com> | 2014-05-12 10:51:56 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2014-05-12 10:51:56 -0700 |
commit | df3419269bb3a7dba18f1df8a31d7d79e0a20475 (patch) | |
tree | 38684dcd60eb4f2ce3b634f09915f4236ef32e08 /src/path.h | |
parent | af567e8853e359df3b3abb7d3f7c15c3b1b391c7 (diff) | |
parent | 8a2ef218b99c41923dc32e25dc0915f68e2e4bca (diff) | |
download | libgit2-df3419269bb3a7dba18f1df8a31d7d79e0a20475.tar.gz |
Merge pull request #2336 from libgit2/rb/unicode-branch-names
Pass unconverted Unicode path data when iconv doesn't like it
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index 2367d707b..3213c5104 100644 --- a/src/path.h +++ b/src/path.h @@ -436,4 +436,6 @@ extern int git_path_iconv(git_path_iconv_t *ic, char **in, size_t *inlen); #endif /* GIT_USE_ICONV */ +extern bool git_path_does_fs_decompose_unicode(const char *root); + #endif |