fix view changing when in subdir
Failed reading some files with relative paths. This is a quick and dirty fix.
This commit is contained in:
parent
9b51d43318
commit
72c118152f
5 changed files with 18 additions and 23 deletions
|
@ -244,7 +244,8 @@ narrowView = applyView' fileViewReuse
|
|||
- Look up the metadata of annexed files, and generate any FileViews,
|
||||
- and stage them.
|
||||
-
|
||||
- Currently only works in indirect mode.
|
||||
- Currently only works in indirect mode. Must be run from top of
|
||||
- repository.
|
||||
-}
|
||||
applyView' :: MkFileView -> View -> Annex Git.Branch
|
||||
applyView' mkfileview view = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue