autocommit on init
This commit is contained in:
parent
ee10027a24
commit
d42f8a9f39
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue