]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
and now without debug code
authorRudolf Polzer <divverent@alientrap.org>
Tue, 22 Jun 2010 15:35:05 +0000 (17:35 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 22 Jun 2010 15:35:05 +0000 (17:35 +0200)
all

diff --git a/all b/all
index 9c118ae505ac7a567f40f5a71cd97bbe25f2ca79..71758f14a16ab9462f7c402c9b7340b1ca9b6a7f 100755 (executable)
--- a/all
+++ b/all
@@ -404,7 +404,7 @@ case "$cmd" in
                        if ! git rev-parse "$upstream" >/dev/null 2>&1; then
                                upstream="origin/`repobranch "$d"`"
                        fi
                        if ! git rev-parse "$upstream" >/dev/null 2>&1; then
                                upstream="origin/`repobranch "$d"`"
                        fi
-                       logdata=`echo git log --color "$upstream".."$r"`
+                       logdata=`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
                        if [ -n "$logdata" ]; then
                                if yesno "Push \"$r\" in $dv?" 'echo "$logdata" | less -r'; then
                                        verbose git push "$rem" HEAD