projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10fecdd
)
core.ignorecase true for new projects
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Mar 2010 09:00:15 +0000
(10:00 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Mar 2010 09:00:15 +0000
(10:00 +0100)
id-new-project/id-new-project.sh
patch
|
blob
|
history
diff --git
a/id-new-project/id-new-project.sh
b/id-new-project/id-new-project.sh
index
507dc06
..
803622e
100755
(executable)
--- a/
id-new-project/id-new-project.sh
+++ b/
id-new-project/id-new-project.sh
@@
-34,6
+34,7
@@
if git clone --bare $SRC ${PROJ}.git; then
touch git-daemon-export-ok
echo "${DESC}" >description
git config core.sharedRepository true
+ git config core.ignorecase true
cp ../post-receive hooks/post-receive
chmod +x hooks/post-receive
git config hooks.mailinglist gitid@indexdata.dk