From bee597cb7fa40bd24ed8da8f3c581215ad38e15a Mon Sep 17 00:00:00 2001 From: Rene Scharfe Date: Sun, 27 Aug 2006 13:19:45 +0200 Subject: [PATCH] git-cherry: remove unused variable Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano --- git-cherry.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/git-cherry.sh b/git-cherry.sh index f0e8831fa..8832573fe 100755 --- a/git-cherry.sh +++ b/git-cherry.sh @@ -51,9 +51,6 @@ patch=$tmp-patch mkdir $patch trap "rm -rf $tmp-*" 0 1 2 3 15 -_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]' -_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40" - for c in $inup do git-diff-tree -p $c -- 2.26.2