libgit2/tests-clar/status
Russell Belfer 219d345732 Initial iconv hookup for precomposed unicode
This hooks up git_path_direach and git_path_dirload so that they
will take a flag indicating if directory entry names should be
tested and converted from decomposed unicode to precomposed form.
This code will only come into play on the Apple platform and even
then, only when certain types of filesystems are used.

This involved adding a flag to these functions which involved
changing a lot of places in the code.

This was an opportunity to do a bit of code cleanup here and there,
for example, getting rid of the git_futils_cleanupdir_r function in
favor of a simple flag to git_futils_rmdir_r to not remove the top
level entry.  That ended up adding depth tracking during rmdir_r
which led to a safety check for infinite directory recursion.  Yay.

This hasn't actually been tested on the Mac filesystems where the
issue occurs.  I still need to get test environment for that.
2013-10-03 10:44:13 -07:00
..
ignore.c Improve building ignore file lists 2013-08-09 11:41:41 -07:00
renames.c Fixing up some win32 issues with autocrlf 2013-09-17 09:31:46 -07:00
single.c Fix error hashing empty file. 2012-09-27 13:12:27 -04:00
status_data.h Add checkout test for long file name 2013-08-07 11:55:47 -07:00
status_helpers.c Add status flags to force output sort order 2013-06-20 12:16:06 -07:00
status_helpers.h Add status flags to force output sort order 2013-06-20 12:16:06 -07:00
submodules.c Rearrange clar submodule cleanup code 2013-09-17 09:31:45 -07:00
worktree_init.c Move some low-level repo fns to include/git2/sys 2013-04-21 11:50:56 -07:00
worktree.c Initial iconv hookup for precomposed unicode 2013-10-03 10:44:13 -07:00