diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-17 14:17:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-17 14:44:31 -0400 |
commit | cf33eff684de5193379e99745d83c80fd2fb09c0 (patch) | |
tree | 08b30e5d20f24b21ec8eadc5ebde6e38597cc5b4 /Command | |
parent | 56f6923ccbc6fb1932137b53458a4cece47e69b0 (diff) |
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.
Diffstat (limited to 'Command')
-rw-r--r-- | Command/ConfigList.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs index d8dbff03a..1b1bb3c34 100644 --- a/Command/ConfigList.hs +++ b/Command/ConfigList.hs @@ -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] |