revert accidental change
authorJoey Hess <joeyh@joeyh.name>
Wed, 13 Jul 2022 19:17:08 +0000 (15:17 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 13 Jul 2022 19:17:08 +0000 (15:17 -0400)
Annex/Branch.hs

index d7f8c13c99b5542bdd730464c783a9cd15e02251..bf1b092726c7b2cbaef1dc3d291d952035e4bd78 100644 (file)
@@ -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. -}