From 86de04c6eb9ffcb4ed11f1f18bcc62f868cfb743 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Sun, 26 Apr 2009 09:55:59 -0400 Subject: [PATCH] Typo when searching for existing splits. --- git-subtree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-subtree.sh b/git-subtree.sh index e54651c336..8b797dfc23 100755 --- a/git-subtree.sh +++ b/git-subtree.sh @@ -145,7 +145,7 @@ find_existing_splits() dir="$1" revs="$2" git log --grep="^git-subtree-dir: $dir\$" \ - --pretty=format:'%s%n%n%b%nEND' "$revs" | + --pretty=format:'%s%n%n%b%nEND' $revs | while read a b junk; do case "$a" in git-subtree-mainline:) main="$b" ;; -- 2.43.2