projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9bc849
)
checkout master again
author
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 08:34:06 +0000
(10:34 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 08:34:06 +0000
(10:34 +0200)
copy-gitattributes-to-branches.sh
patch
|
blob
|
history
diff --git
a/copy-gitattributes-to-branches.sh
b/copy-gitattributes-to-branches.sh
index cdb50ba6d50b308d99caa98d62a30a4215a29abe..03c4d2b0e35223477e77a756b9c0290d5c94430e 100755
(executable)
--- a/
copy-gitattributes-to-branches.sh
+++ b/
copy-gitattributes-to-branches.sh
@@
-26,6
+26,7
@@
case "$1" in
git update-index --refresh
git commit -a -m"CRLF fixes, .gitattributes file updated"
done
+ git checkout master
true
;;
*)