aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit4fe095e1c7ce9f75e215772cc5c1b553c4613891 (patch)
treea4932c95ba842071b1dd64664d07f478bc0e0813 /README.rst
parent3f3c9f05fc7265b8bcee3fa6742839de821a7784 (diff)
downloadgit-remote-gcrypt-4fe095e1c7ce9f75e215772cc5c1b553c4613891.zip
git-remote-gcrypt-4fe095e1c7ce9f75e215772cc5c1b553c4613891.tar.gz
git-remote-gcrypt-4fe095e1c7ce9f75e215772cc5c1b553c4613891.tar.bz2
Use a shorter repository id in the URL, to simplify a tiny bit
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6add2bd..b975ef6 100644
--- a/README.rst
+++ b/README.rst
@@ -23,8 +23,8 @@ Example use::
git remote add cryptremote gcrypt::ssh://example.com:repo
git push cryptremote master
> gcrypt: Setting up new repository at ssh://example.com:repo
- > gcrypt: Repository ID is 99b45a84a13168fc5efe
- > gcrypt: Repository URL is gcrypt::ssh://example.com:repo/G/99b45a84a13168fc5efe
+ > gcrypt: Repository ID is KNBr0wKzct52
+ > gcrypt: Repository URL is gcrypt::ssh://example.com:repo/G/KNBr0wKzct52
> gcrypt: (configuration for cryptremote updated)
> [ more lines .. ]
> To gcrypt::[...]