diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-25 15:23:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-25 15:31:42 -0400 |
commit | b49c0c2633d662a7c91a609aec74f95f189129ad (patch) | |
tree | 6a09c0b8689a6d9d5945cd0e97ee251088f2f20e /doc/git-annex.mdwn | |
parent | 638741f49e1c4a52b09e6dbf83f1dfbfcbd466d4 (diff) |
add annex.alwayscommit option
To avoid commits of data to the git-annex branch after each command
is run, set annex.alwayscommit=false. Its data will then be committed
less frequently, when a merge or sync is done.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index bd9139173..0dc22b88d 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -606,6 +606,13 @@ Here are all the supported configuration settings. By default, git-annex caches ssh connections. To disable this, set to `false`. +* `annex.alwayscommit` + + By default, git-annex automatically commits data to the git-annex branch + after each command is run. To disable these commits, + set to `false`. Then data will only be committed when + running `git annex merge` (or by automatic merges) or `git annex sync`. + * `remote.<name>.annex-cost` When determining which repository to |