diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-26 14:22:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-26 14:22:21 -0400 |
commit | 501a84985899a55e8e4fb8be71f2200c14dbae96 (patch) | |
tree | d313fd13fea6f0241aeaf0d96f7b2b07fc9699b2 /doc | |
parent | 57f324d802ef82920a1ed37875606f02a5f31f95 (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')
-rw-r--r-- | doc/git-annex-shell.mdwn | 7 |
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 ...] |