OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
git
/
contrib
/
subtree
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/20/2022 06:44:51 AM
rwxr-xr-x
📄
COPYING
17.67 KB
08/14/2019 07:53:21 PM
rw-r--r--
📄
INSTALL
566 bytes
05/29/2018 08:14:06 AM
rw-r--r--
📄
Makefile
2.36 KB
05/29/2018 08:14:06 AM
rw-r--r--
📄
README
211 bytes
05/29/2018 08:14:06 AM
rw-r--r--
📄
git-subtree
16.11 KB
10/14/2022 02:15:33 PM
rw-r--r--
📄
git-subtree.sh
16.11 KB
05/29/2018 08:14:06 AM
rw-r--r--
📄
git-subtree.txt
12.4 KB
05/29/2018 08:14:06 AM
rw-r--r--
📁
t
-
11/20/2022 06:44:51 AM
rwxr-xr-x
📄
todo
1.65 KB
05/29/2018 08:14:06 AM
rw-r--r--
Editing: INSTALL
Close
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=<some dir> make prefix=<some dir> install make prefix=<some dir> 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