From: Avery Pennarun Date: Sun, 26 Apr 2009 13:55:59 +0000 (-0400) Subject: Typo when searching for existing splits. X-Git-Tag: v1.7.11-rc0~176^2~73 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/86de04c6eb9ffcb4ed11f1f18bcc62f868cfb743 Typo when searching for existing splits. --- 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" ;;