Skip to content

Commit b2a4f38

Browse files
committed
Merge pull request #16 from thomasmeeus/master
Document issue with leaky subtree command
2 parents 8e561db + 31cf8af commit b2a4f38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ git-subsplit can also be installed as a git command by:
1919

2020
./install.sh
2121

22+
Caveats
23+
-------
24+
25+
There is a known bug in the underlying git-subtree command that this script uses. Your disk will eventually run out of inodes because a cache directory isn't cleaned up after every run. I suggest you to create a cronjob to clean the cache directory every month:
26+
27+
```
28+
0 0 1 * * rm -rf <path to>/dflydev-git-subsplit-github-webhook/temp/$projectname/.subsplit/.git/subtree-cache/*
29+
```
2230

2331
Hooks
2432
-----

0 commit comments

Comments
 (0)