diff options
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 |