]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
and now without debug code
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 7ec02158e7c99a8461c4c13ecb8d3a79a4cb51f3..71758f14a16ab9462f7c402c9b7340b1ca9b6a7f 100755 (executable)
--- a/all
+++ b/all
@@ -402,7 +402,7 @@ case "$cmd" in
                        bra=`git config "branch.$r.merge" || echo "$r"`
                        upstream="$rem/$bra"
                        if ! git rev-parse "$upstream" >/dev/null 2>&1; then
-                               upstream="`repobranch "$d"`"
+                               upstream="origin/`repobranch "$d"`"
                        fi
                        logdata=`git log --color "$upstream".."$r"`
                        if [ -n "$logdata" ]; then