/usr/share/doc/git/contrib/subtree
NameSizeModeActions
t/-0755rm
COPYING180920644editdlrm
git-subtree235700644editdlrm
git-subtree.sh235700644editdlrm
git-subtree.txt131720644editdlrm
INSTALL5660644editdlrm
Makefile25330644editdlrm
README2110644editdlrm
todo16830644editdlrm
Edit: /usr/share/doc/git/contrib/subtree/INSTALL (566B)
HOW TO INSTALL git-subtree ========================== First, build from the top source directory. Then, in contrib/subtree, run: make make install make install-doc If you used configure to do the main build the git-subtree build will pick up those settings. If not, you will likely have to provide a value for prefix: make prefix= make prefix= install make prefix= install-doc To run tests first copy git-subtree to the main build area so the newly-built git can find it: cp git-subtree ../.. Then: make test