commit | e31d1e2f30c943473de7a23bbbcd2dcea698e312 | [log] [tgz] |
---|---|---|
author | Avery Pennarun <apenwarr@gmail.com> | Fri Oct 02 18:23:54 2009 -0400 |
committer | Avery Pennarun <apenwarr@gmail.com> | Fri Oct 02 18:23:54 2009 -0400 |
tree | 79d120ed537bcda8a151721d6503baf4c8c79c12 | |
parent | 2275f7077d5ea2bb9201599dec0dd8f2a5de2e40 [diff] [blame] |
cmd_pull didn't support --squash correctly. We should implement it as git fetch ... git subtree merge ... But we were instead just calling git pull -s subtree ... because 'git subtree merge' used to be just an alias for 'git merge -s subtree', but it no longer is.
diff --git a/git-subtree.sh b/git-subtree.sh index cccc340..8baa376 100755 --- a/git-subtree.sh +++ b/git-subtree.sh Binary files differ