Edit wording in README
This commit is contained in:
parent
f2a1d6daa6
commit
7c45d73f4e
1 changed files with 7 additions and 7 deletions
14
README.rst
14
README.rst
|
@ -15,10 +15,10 @@ Remote helper programs are invoked by git to handle network transport.
|
||||||
This helper handles `gcrypt::` URLs that will access a remote repository
|
This helper handles `gcrypt::` URLs that will access a remote repository
|
||||||
encrypted with GPG, using our custom format.
|
encrypted with GPG, using our custom format.
|
||||||
|
|
||||||
Supported locations are `local`, `rsync://` and `sftp://`, where
|
Supported locations are `local`, `rsync://` and `sftp://`, where the
|
||||||
the repository is stored as a set of files, or instead any `<giturl>`
|
repository is stored as a set of files, or instead any `<giturl>` where
|
||||||
where gcrypt will store the same representation in a git repository,
|
gcrypt will store the same representation in a git repository, bridged
|
||||||
bridged over arbitrary git transport.
|
over arbitrary git transport.
|
||||||
|
|
||||||
The aim is to provide confidential, authenticated git storage and
|
The aim is to provide confidential, authenticated git storage and
|
||||||
collaboration using typical untrusted file hosts or services.
|
collaboration using typical untrusted file hosts or services.
|
||||||
|
@ -53,9 +53,9 @@ The following ``git-config(1)`` variables are supported:
|
||||||
to these participants and only signatures from these are accepted.
|
to these participants and only signatures from these are accepted.
|
||||||
``gpg -k`` lists all public keys you know.
|
``gpg -k`` lists all public keys you know.
|
||||||
|
|
||||||
When not set we encrypt to your default key and accept any valid
|
If this option is not set, we encrypt to your default key and accept
|
||||||
signature. This behavior can also be requested explicitly by setting
|
any valid signature. This behavior can also be requested explicitly
|
||||||
participants to ``simple``.
|
by setting participants to ``simple``.
|
||||||
|
|
||||||
The ``gcrypt-participants`` setting on the remote takes precedence
|
The ``gcrypt-participants`` setting on the remote takes precedence
|
||||||
over the repository variable ``gcrypt.participants``.
|
over the repository variable ``gcrypt.participants``.
|
||||||
|
|
Loading…
Reference in a new issue