summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Commands.hs b/Commands.hs
index 2addf714e..1cc046c03 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -220,6 +220,7 @@ initCmd description = do
describeUUID u description
log <- uuidLog
liftIO $ Git.run g ["add", log]
+ liftIO $ Git.run g ["commit", "-m", "git annex init", log]
liftIO $ putStrLn "description set"
-- helpers