git-annex-shell configlist should not be standalone

This makes it initialize the repository with a uuid, and list the uuid,
allowing automatic setup of bare repositories when git-annex is used.
This commit is contained in:
Joey Hess 2011-08-17 14:17:12 -04:00
parent 56f6923ccb
commit cf33eff684

View file

@ -14,7 +14,7 @@ import Command
import UUID
command :: [Command]
command = [standaloneCommand "configlist" paramNothing seek
command = [repoCommand "configlist" paramNothing seek
"outputs relevant git configuration"]
seek :: [CommandSeek]