projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49e5ec
)
fix another typo
author
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 08:52:05 +0000
(10:52 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 08:52:05 +0000
(10:52 +0200)
copy-gitattributes-to-branches.sh
patch
|
blob
|
history
diff --git
a/copy-gitattributes-to-branches.sh
b/copy-gitattributes-to-branches.sh
index 6ebe5e3ec14e59fdf8476780dad85a02b2fbc21d..1b4ad07522f8e6dff21b92fc2928c996264fd55c 100755
(executable)
--- a/
copy-gitattributes-to-branches.sh
+++ b/
copy-gitattributes-to-branches.sh
@@
-22,7
+22,7
@@
case "$1" in
esac
git checkout -t "${REFNAME#refs/remotes/}" || git checkout "${REFNAME#refs/remotes/origin/}"
git reset --hard "$REFNAME"
- echo "$attr" > "
${me%/*}/
.gitattributes"
+ echo "$attr" > ".gitattributes"
git update-index --refresh
git add .gitattributes
git commit -a -m"CRLF fixes, .gitattributes file updated"