From ae1d24262dd05b6439ac48c7e4fdfad6aaf70c7b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 22 Jun 2010 17:35:05 +0200 Subject: [PATCH] and now without debug code --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2