revert accidental change
This commit is contained in:
parent
7daa51a380
commit
1b680d330b
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ createMessage = fromMaybe "branch created" . annexCommitMessage <$> Annex.getGit
|
|||
|
||||
{- Stages the journal, and commits staged changes to the branch. -}
|
||||
commit :: String -> Annex ()
|
||||
commit = whenM (journalDirty gitAnnexJournalDir) . tforceCommit
|
||||
commit = whenM (journalDirty gitAnnexJournalDir) . forceCommit
|
||||
|
||||
{- Commits the current index to the branch even without any journalled
|
||||
- changes. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue