Support for core.ignorecase

This commit is contained in:
Philip Kelley
2012-09-17 15:42:41 -04:00
parent e8776d30f7
commit ec40b7f99f
20 changed files with 473 additions and 50 deletions
+1
View File
@@ -47,6 +47,7 @@ enum {
GIT_DIFF_INCLUDE_UNMODIFIED = (1 << 9),
GIT_DIFF_RECURSE_UNTRACKED_DIRS = (1 << 10),
GIT_DIFF_DISABLE_PATHSPEC_MATCH = (1 << 11),
GIT_DIFF_DELTAS_ARE_ICASE = (1 << 12)
};
/**