added annex.commitmessage
Added annex.commitmessage config that can specify a commit message for the git-annex branch instead of the usual "update". This commit was supported by the NSF-funded DataLad project.
This commit is contained in:
parent
5c3864b326
commit
ae11394efa
14 changed files with 38 additions and 15 deletions
|
@ -138,7 +138,7 @@ postConfigFsckR = page "Consistency checks" (Just Configuration) $ do
|
|||
changeSchedule :: Handler () -> Handler Html
|
||||
changeSchedule a = do
|
||||
a
|
||||
liftAnnex $ Annex.Branch.commit "update"
|
||||
liftAnnex $ Annex.Branch.commit =<< Annex.Branch.commitMessage
|
||||
redirect ConfigFsckR
|
||||
|
||||
getRemoveActivityR :: UUID -> ScheduledActivity -> Handler Html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue