- in the journal directory.
-}
journalFile :: RawFilePath -> Git.Repo -> RawFilePath
-journalFile file repo = gitAnnexJournalDir' repo P.</> S.concatMap mangle file
+journalFile file repo = gitAnnexJournalDir repo P.</> S.concatMap mangle file
where
mangle c
| P.isPathSeparator c = S.singleton underscore
gitAnnexFeedState,
gitAnnexMergeDir,
gitAnnexJournalDir,
- gitAnnexJournalDir',
gitAnnexJournalLock,
gitAnnexGitQueueLock,
gitAnnexIndex,
gitAnnexJournalDir r =
P.addTrailingPathSeparator $ gitAnnexDir r P.</> "journal"
-gitAnnexJournalDir' :: Git.Repo -> RawFilePath
-gitAnnexJournalDir' r =
- P.addTrailingPathSeparator $ gitAnnexDir r P.</> "journal"
-
{- Lock file for the journal. -}
gitAnnexJournalLock :: Git.Repo -> RawFilePath
gitAnnexJournalLock r = gitAnnexDir r P.</> "journal.lck"