File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -191,11 +191,17 @@ TODO(antoyo): but that's not what I remember I was doing.
191
191
192
192
Using git-subtree with `rustc` requires a patched git to make it work.
193
193
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 :
195
195
196
196
```
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
199
205
```
200
206
201
207
### How to use [mem-trace](https://github.com/antoyo/mem-trace)
You can’t perform that action at this time.
0 commit comments