diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-02 15:21:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-02 15:21:25 -0400 |
commit | ce70ef70e630882c0703852bc04415d67be9e87c (patch) | |
tree | 964e4d6adc1c73cbef62796b9b0759d7521f8ac0 /doc/git-annex.mdwn | |
parent | 75692a31ecaa1b23429af912fad93762c2e5840e (diff) |
comment and warning
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 45b02ec66..a0d5a0b00 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -862,6 +862,10 @@ Here are all the supported configuration settings. commit the data by running `git annex merge` (or by automatic merges) or `git annex sync`. + Note that you beware running `git gc` if using this configuration, + since it could garbage collect objects that are staged in git-annex's + index but not yet committed. + * `annex.hardlink` Set this to `true` to make file contents be hard linked into the |