fix
This commit is contained in:
parent
94c9c983e6
commit
2f3ce4c02f
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ journalFile file repo = gitAnnexJournalDir repo </> concatMap mangle file
|
||||||
where
|
where
|
||||||
mangle c
|
mangle c
|
||||||
| c == pathSeparator = "_"
|
| c == pathSeparator = "_"
|
||||||
| c == '_' = '__'
|
| c == '_' = "__"
|
||||||
| otherwise = c
|
| otherwise = [c]
|
||||||
|
|
||||||
{- Converts a journal file (relative to the journal dir) back to the
|
{- Converts a journal file (relative to the journal dir) back to the
|
||||||
- filename on the branch. -}
|
- filename on the branch. -}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue