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
|
||||
mangle c
|
||||
| c == pathSeparator = "_"
|
||||
| c == '_' = '__'
|
||||
| otherwise = c
|
||||
| c == '_' = "__"
|
||||
| otherwise = [c]
|
||||
|
||||
{- Converts a journal file (relative to the journal dir) back to the
|
||||
- filename on the branch. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue