autocommit on init

This commit is contained in:
Joey Hess 2010-10-20 12:07:24 -04:00
parent ee10027a24
commit d42f8a9f39

View file

@ -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