quiet git commits
This commit is contained in:
parent
2684cbbd23
commit
6cb1dff757
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ cleanup = do
|
||||||
g <- Annex.gitRepo
|
g <- Annex.gitRepo
|
||||||
logfile <- uuidLog
|
logfile <- uuidLog
|
||||||
liftIO $ Git.run g ["add", logfile]
|
liftIO $ Git.run g ["add", logfile]
|
||||||
liftIO $ Git.run g ["commit", "-m", "git annex init", logfile]
|
liftIO $ Git.run g ["commit", "-q", "-m", "git annex init", logfile]
|
||||||
return True
|
return True
|
||||||
|
|
||||||
{- configure git to use union merge driver on state files, if it is not
|
{- configure git to use union merge driver on state files, if it is not
|
||||||
|
@ -71,7 +71,7 @@ gitAttributesWrite repo = do
|
||||||
attributes = Git.attributes repo
|
attributes = Git.attributes repo
|
||||||
commit = do
|
commit = do
|
||||||
Git.run repo ["add", attributes]
|
Git.run repo ["add", attributes]
|
||||||
Git.run repo ["commit", "-m", "git-annex setup",
|
Git.run repo ["commit", "-q", "-m", "git-annex setup",
|
||||||
attributes]
|
attributes]
|
||||||
|
|
||||||
attrLine :: String
|
attrLine :: String
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue