summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a8e35e)
raw | patch | inline | side by side (parent: 9a8e35e)
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 27 Aug 2006 11:19:45 +0000 (13:19 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 27 Aug 2006 22:32:11 +0000 (15:32 -0700) |
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cherry.sh | patch | blob | history |
diff --git a/git-cherry.sh b/git-cherry.sh
index f0e8831fa49ae46eb7ad664b6ad489e3974c9f91..8832573fee9d3b8d4be92786ae5116ee6e5405bb 100755 (executable)
--- a/git-cherry.sh
+++ b/git-cherry.sh
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