Skip to content

Commit

Permalink
Typo when searching for existing splits.
Browse files Browse the repository at this point in the history
  • Loading branch information
apenwarr committed Apr 26, 2009
1 parent d0eb1b1 commit 86de04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-subtree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;;
Expand Down

0 comments on commit 86de04c

Please sign in to comment.