summaryrefslogtreecommitdiff
path: root/doc/git-annex-shell.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-26 14:22:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-26 14:22:21 -0400
commit501a84985899a55e8e4fb8be71f2200c14dbae96 (patch)
treed313fd13fea6f0241aeaf0d96f7b2b07fc9699b2 /doc/git-annex-shell.mdwn
parent57f324d802ef82920a1ed37875606f02a5f31f95 (diff)
git-annex-shell: Make configlist automatically initialize a remote git repository, as long as a git-annex branch has been pushed to it, to simplify setup of remote git repositories, including via gitolite.
Diffstat (limited to 'doc/git-annex-shell.mdwn')
-rw-r--r--doc/git-annex-shell.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn
index c866154ac..c015a7bda 100644
--- a/doc/git-annex-shell.mdwn
+++ b/doc/git-annex-shell.mdwn
@@ -26,7 +26,12 @@ first "/~/" or "/~user/" is expanded to the specified home directory.
* configlist directory
This outputs a subset of the git configuration, in the same form as
- `git config --list`
+ `git config --list`. This is used to get the annex.uuid of the remote
+ repository.
+
+ When run in a repository that does not yet have an annex.uuid, one
+ will be created, as long as a git-annex branch has already been pushed to
+ the repository.
* inannex directory [key ...]