From: Joey Hess Date: Wed, 13 Jul 2022 19:17:08 +0000 (-0400) Subject: revert accidental change X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~72^2~61 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b680d330b902e01bbe01e3e7dc1bde2fe512c0b;p=git-annex.git revert accidental change --- diff --git a/Annex/Branch.hs b/Annex/Branch.hs index d7f8c13c99..bf1b092726 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -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. -}