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.
This commit is contained in:
parent
638741f49e
commit
b49c0c2633
3 changed files with 19 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue