Skip to content

Commit

Permalink
Merge pull request #16 from thomasmeeus/master
Browse files Browse the repository at this point in the history
Document issue with leaky subtree command
  • Loading branch information
simensen committed Dec 11, 2014
2 parents 8e561db + 31cf8af commit b2a4f38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ git-subsplit can also be installed as a git command by:

./install.sh

Caveats
-------

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:

```
0 0 1 * * rm -rf <path to>/dflydev-git-subsplit-github-webhook/temp/$projectname/.subsplit/.git/subtree-cache/*
```

Hooks
-----
Expand Down

0 comments on commit b2a4f38

Please sign in to comment.