Update README
This commit is contained in:
parent
5245d68453
commit
1cb9281b45
1 changed files with 18 additions and 11 deletions
11
README.rst
11
README.rst
|
@ -52,8 +52,8 @@ Configuration
|
|||
gpg --export KEYID1 > <path-to-keyring>
|
||||
git config gcrypt.keyring <path-to-keyring>
|
||||
|
||||
.. NOTE:: We use the user's gnupg configuration for `cipher-algo` and so on!
|
||||
Check your keys and key preferences, see `man gpg`.
|
||||
.. NOTE:: The user's gnupg configuration for encryption algorithms are used.
|
||||
Check your keys and preferences, see `man gpg`.
|
||||
|
||||
+ All readers of the repository must have their pubkey included in
|
||||
the keyring used when pushing. All writers must have the complete
|
||||
|
@ -103,4 +103,11 @@ Repository Format
|
|||
repo 9f42017de5cb482e509ff147d54ceeb0413d6379717f3f0db770f00a
|
||||
|
||||
|
||||
Pieces yet to be Implemented
|
||||
----------------------------
|
||||
|
||||
+ Repacking the remote repository
|
||||
+ Deleting remote refs
|
||||
+ Some kind of simple keyring management
|
||||
|
||||
.. vim: ft=rst tw=74
|
||||
|
|
Loading…
Reference in a new issue