projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7daa51a
)
revert accidental change
author
Joey Hess
<joeyh@joeyh.name>
Wed, 13 Jul 2022 19:17:08 +0000
(15:17 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 13 Jul 2022 19:17:08 +0000
(15:17 -0400)
Annex/Branch.hs
patch
|
blob
|
history
diff --git
a/Annex/Branch.hs
b/Annex/Branch.hs
index d7f8c13c99b5542bdd730464c783a9cd15e02251..bf1b092726c7b2cbaef1dc3d291d952035e4bd78 100644
(file)
--- 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) .
t
forceCommit
+commit = whenM (journalDirty gitAnnexJournalDir) . forceCommit
{- Commits the current index to the branch even without any journalled
- changes. -}