libgit2/tests-clar/repo
Russell Belfer 6b7991e264 Add check if we need to precompose unicode on Mac
This adds initialization of core.precomposeunicode to repo init
on Mac.  This is necessary because when a Mac accesses a repo on
a VFAT or SAMBA file system, it will return directory entries in
decomposed unicode even if the filesystem entry is precomposed.

This also removes caching of a number of repo properties from the
repo init pipeline because these are properties of the specific
filesystem on which the repo is created, not of the system as a
whole.
2013-10-03 10:44:13 -07:00
..
config.c More tests of config with various absent files 2013-05-23 15:57:52 -07:00
discover.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
getters.c Make refcounting atomic 2013-04-22 17:12:11 +02:00
hashfile.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
head.c No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
headtree.c No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
init.c Add check if we need to precompose unicode on Mac 2013-10-03 10:44:13 -07:00
iterator.c Add long-file-name branch to test repo 2013-08-07 11:55:39 -07:00
message.c Fix git_repository_message docs 2013-05-09 06:45:06 -07:00
open.c Add BARE option to git_repository_open_ext 2013-07-10 12:14:13 -07:00
pathspec.c Add public API for pathspec matching 2013-07-10 20:50:31 +02:00
repo_helpers.c No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
repo_helpers.h No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
setters.c Make refcounting atomic 2013-04-22 17:12:11 +02:00
shallow.c Improve test failure output 2013-05-23 15:35:50 -07:00
state.c repo: fix state when HEAD is not detached 2012-11-04 12:13:42 -06:00