update for DiffTree type change (which fixes assistant in subdir confusion bug)
This commit is contained in:
parent
c7b8c776a8
commit
19816bca41
4 changed files with 16 additions and 9 deletions
|
@ -101,7 +101,7 @@ addAssociatedFile key file = do
|
|||
else file':files
|
||||
|
||||
{- Associated files are always stored relative to the top of the repository.
|
||||
- The input FilePath is relative to the CWD. -}
|
||||
- The input FilePath is relative to the CWD, or is absolute. -}
|
||||
normaliseAssociatedFile :: FilePath -> Annex FilePath
|
||||
normaliseAssociatedFile file = do
|
||||
top <- fromRepo Git.repoPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue