1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 23:07:55 +01:00

Typo when searching for existing splits.

This commit is contained in:
Avery Pennarun 2009-04-26 09:55:59 -04:00
parent d0eb1b1417
commit 86de04c6eb

View file

@ -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" ;;