From: Rudolf Polzer Date: Tue, 22 Jun 2010 15:35:05 +0000 (+0200) Subject: and now without debug code X-Git-Tag: xonotic-v0.1.0preview~397 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=ae1d24262dd05b6439ac48c7e4fdfad6aaf70c7b and now without debug code --- diff --git a/all b/all index 9c118ae5..71758f14 100755 --- 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 - 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