Add 'git subtree merge' and 'git subtree pull'.
commit13648af5eecd0880a64b6ea4b14f485f53daa2f1
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 25 Apr 2009 03:41:19 +0000 (24 23:41 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 25 Apr 2009 03:41:19 +0000 (24 23:41 -0400)
tree96bcc32545dde0cc3e2afb0f1e2a497793aed9e9
parenteb7b590c8c63994051545bf1fe1f650f5dc4aedb
Add 'git subtree merge' and 'git subtree pull'.

These are simple shortcuts for 'git merge -s subtree' and 'git pull -s
subtree', but it makes sense to have it all in one command.
git-subtree.sh