diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-27 22:43:05 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-27 22:43:05 +1100 |
commit | 9a58cbabc8fb30b181da48191a87ba6520e0fb0c (patch) | |
tree | b64107b98ecc0d779291cad90fada13d0f6f4bf6 /doc/git-annex.mdwn | |
parent | 3bd8fba2db932b7730ba497d60030db6ee6f6405 (diff) |
annex.autocommit
New setting, can be used to disable autocommit of changed files by the
assistant, while it still does data syncing and other tasks.
Also wired into webapp UI
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 7294fb277..e55f97fc2 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -802,6 +802,11 @@ Here are all the supported configuration settings. are accessed directly, rather than through symlinks. Note that many git and git-annex commands will not work with such a repository. +* `annex.autocommit` + + Set to false to prevent the git-annex assistant from automatically + committing changes to files in the repository. + * `remote.<name>.annex-cost` When determining which repository to |