OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
git
/
contrib
/
subtree
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:18 AM
rwxr-xr-x
📄
COPYING
17.67 KB
01/02/2024 01:39:30 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
04/26/2023 02:14:45 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
-
05/09/2024 07:13:18 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