Skip to content

Commit 86de04c

Browse files
committed
Typo when searching for existing splits.
1 parent d0eb1b1 commit 86de04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-subtree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ find_existing_splits()
145145
dir="$1"
146146
revs="$2"
147147
git log --grep="^git-subtree-dir: $dir\$" \
148-
--pretty=format:'%s%n%n%b%nEND' "$revs" |
148+
--pretty=format:'%s%n%n%b%nEND' $revs |
149149
while read a b junk; do
150150
case "$a" in
151151
git-subtree-mainline:) main="$b" ;;

0 commit comments

Comments
 (0)