improve docs
This commit is contained in:
parent
83d519179f
commit
6ddc058981
1 changed files with 2 additions and 2 deletions
|
@ -178,8 +178,8 @@ Detecting gcrypt repos
|
||||||
|
|
||||||
To detect if a git url is a gcrypt repo, use: git-remote-gcrypt --check url
|
To detect if a git url is a gcrypt repo, use: git-remote-gcrypt --check url
|
||||||
Exit status if 0 if the repo exists and can be decrypted, 1 if the repo
|
Exit status if 0 if the repo exists and can be decrypted, 1 if the repo
|
||||||
uses gcrypt but could not be decrypted, and 100 if the repo does not
|
uses gcrypt but could not be decrypted, and 100 if the repo is not
|
||||||
exist or could not be accessed.
|
encrypted with gcrypt (or could not be accessed).
|
||||||
|
|
||||||
Note that this has to fetch the repo contents into the local git
|
Note that this has to fetch the repo contents into the local git
|
||||||
repository, the same as is done when using a gcrypt repo.
|
repository, the same as is done when using a gcrypt repo.
|
||||||
|
|
Loading…
Reference in a new issue