improve documentation of overridding git-annex config with gitconfig
This commit is contained in:
parent
bc6d64ec8a
commit
3ab1619804
1 changed files with 24 additions and 12 deletions
|
@ -67,6 +67,9 @@ looks for these.
|
|||
Set to false to prevent the `git-annex assistant` and `git-annex sync`
|
||||
from automatically committing changes to files in the repository.
|
||||
|
||||
This sets a default, which can be overridden by annex.autocommit
|
||||
in `git config`.
|
||||
|
||||
* `annex.resolvemerge`
|
||||
|
||||
Set to false to prevent merge conflicts in the checked out branch
|
||||
|
@ -74,15 +77,24 @@ looks for these.
|
|||
`git-annex sync`, `git-annex merge`, and the `git-annex post-receive`
|
||||
hook.
|
||||
|
||||
This sets a default, which can be overridden by annex.resolvemerge
|
||||
in `git config`.
|
||||
|
||||
* `annex.synccontent`
|
||||
|
||||
Set to true to make git-annex sync default to syncing annexed content.
|
||||
|
||||
This sets a default, which can be overridden by annex.synccontent
|
||||
in `git config`.
|
||||
|
||||
* `annex.synconlyannex`
|
||||
|
||||
Set to true to make git-annex sync default to only sync the git-annex
|
||||
branch and annexed content.
|
||||
|
||||
This sets a default, which can be overridden by annex.synconlyannex
|
||||
in `git config`.
|
||||
|
||||
* `annex.securehashesonly`
|
||||
|
||||
Set to true to indicate that the repository should only use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue