From: Rudolf Polzer Date: Tue, 22 Jun 2010 15:34:51 +0000 (+0200) Subject: now it even works X-Git-Tag: xonotic-v0.1.0preview~398 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=0e4764e9b2bf6552ff955c0b0bca2f670f05f5c7 now it even works --- diff --git a/all b/all index 7ec02158..9c118ae5 100755 --- a/all +++ b/all @@ -402,9 +402,9 @@ 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"` + logdata=`echo git log --color "$upstream".."$r"` if [ -n "$logdata" ]; then if yesno "Push \"$r\" in $dv?" 'echo "$logdata" | less -r'; then verbose git push "$rem" HEAD