diff options
author | 2015-07-07 16:36:11 -0400 | |
---|---|---|
committer | 2015-07-07 16:36:11 -0400 | |
commit | cfb055f838da0c51a50224bf759b42fb263dcfec (patch) | |
tree | d63a161f1728348bb1c7683ef5d122aa928c0cdd /doc/git-annex.mdwn | |
parent | 032ee546c9cda12b4b85c05001220d47e8bbba4d (diff) |
sync: When annex.autocommit=false, avoid making any commit of local changes, while still merging with remote to the extent possible.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 7a3edf0ef..73894c0d8 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -929,8 +929,8 @@ Here are all the supported configuration settings. * `annex.autocommit` - Set to false to prevent the git-annex assistant from automatically - committing changes to files in the repository. + Set to false to prevent the git-annex assistant and git-annex sync + from automatically committing changes to files in the repository. * `annex.startupscan` |