summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-20 12:07:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-20 12:07:24 -0400
commitd42f8a9f392e92a8145fb9d68aad4d2028a6210b (patch)
treea6ed744242ac53fa6541da3f3ef2ed238349736e
parentee10027a246aa9c5fcd9503314242c65734e8d8a (diff)
autocommit on init
-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