From c9bc849a1eb42320042d0dea931c4dcc9859b9a0 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 21 Jul 2010 10:32:45 +0200 Subject: [PATCH 1/1] always return true --- copy-gitattributes-to-branches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/copy-gitattributes-to-branches.sh b/copy-gitattributes-to-branches.sh index 90b98ed4..cdb50ba6 100755 --- 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 + true ;; *) attr=`cat .gitattributes` -- 2.39.2