From: Rudolf Polzer Date: Wed, 21 Jul 2010 08:47:39 +0000 (+0200) Subject: also add the attributes file X-Git-Tag: xonotic-v0.1.0preview~354 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=c69c948d1e38505bfe79aff2a0e866990c1883c1 also add the attributes file --- diff --git a/copy-gitattributes-to-branches.sh b/copy-gitattributes-to-branches.sh index 03c4d2b0..6ebe5e3e 100755 --- a/copy-gitattributes-to-branches.sh +++ b/copy-gitattributes-to-branches.sh @@ -24,6 +24,7 @@ case "$1" in git reset --hard "$REFNAME" echo "$attr" > "${me%/*}/.gitattributes" git update-index --refresh + git add .gitattributes git commit -a -m"CRLF fixes, .gitattributes file updated" done git checkout master