]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
map compiler: -minimap: work better with mapinfo bounds and -scale
[xonotic/xonotic.git] / all
diff --git a/all b/all
index f2f9dcdd2df2e2228b9c52089a0ad5408e59e33f..89c1d6edf90070aae4794e03b4a0058a6200b113 100755 (executable)
--- a/all
+++ b/all
@@ -1046,6 +1046,12 @@ case "$cmd" in
                        reportecho "$o"
                }
                for d in $repos; do
+                       case "$d" in
+                               fteqcc)
+                                       # sorry, fteqcc repo is managed manually
+                                       continue
+                                       ;;
+                       esac
                        enter "$d0/$d" verbose
                        base="`repobranch "$d"`"
                        reportecho "In $d:"
@@ -1132,7 +1138,7 @@ case "$cmd" in
                                                        # apply crlf, or other cleanup filters (non-behavioural changes)
                                                        git reset --hard
                                                        find . -type f -exec touch {} \;
-                                                       git commit -a --amend -c HEAD
+                                                       git commit -a --amend -C HEAD || true # don't fail if nothing to commit
 
                                                        echo "MERGING"
                                                        case ",`repoflags "$d"`," in