Skip to content

Commit 32a2e37

Browse files
committed
Fix instructions for installing git-subtree
1 parent 1fcf437 commit 32a2e37

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,17 @@ TODO(antoyo): but that's not what I remember I was doing.
191191
192192
Using git-subtree with `rustc` requires a patched git to make it work.
193193
The PR that is needed is [here](https://github.com/gitgitgadget/git/pull/493).
194-
Compile it and copy those files to `/usr/local/bin`:
194+
Use the following instructions to install it:
195195
196196
```
197-
git-commit-tree git-ls-tree git-merge-tree git-read-tree git-write-tree
198-
git-diff-tree git-merge-subtree git-mktree git-worktree
197+
git clone [email protected]:tqc/git.git
198+
cd git
199+
git checkout tqc/subtree
200+
make
201+
make install
202+
cd contrib/subtree
203+
make
204+
cp git-subtree ~/bin
199205
```
200206
201207
### How to use [mem-trace](https://github.com/antoyo/mem-trace)

0 commit comments

Comments
 (0)