Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0050: Set core.ignorecase case to activate case insensitivity
[gitweb.git]
/
t
/
t0050-filesystem.sh
diff --git
a/t/t0050-filesystem.sh
b/t/t0050-filesystem.sh
index 66d3647bdad7a5bc0e9fb2d15bfa3909138b5501..399b45df1fdfd3d359152ecc2e87ee085dd6a358 100755
(executable)
--- a/
t/t0050-filesystem.sh
+++ b/
t/t0050-filesystem.sh
@@
-50,6
+50,7
@@
fi
test_expect_success "setup case tests" '
+ git config core.ignorecase true &&
touch camelcase &&
git add camelcase &&
git commit -m "initial" &&