topf <- inRepo (toTopFilePath f)
go uh topf sha (toTreeItemType mode) =<< lookupKey f
liftIO $ void clean
- genViewBranch view
+ genViewBranch view
where
genviewedfiles = viewedFiles view mkviewedfile -- enables memoization
backends. Make sure to relay any remaining stderr from the process,
and potentially avoid the process getting a SIGPIPE if it writes to
stderr too late.
+ * view: Fix a reversion in 8.20200522 that broke entering or changing views.
-- Joey Hess <id@joeyh.name> Thu, 08 Oct 2020 10:48:17 -0400
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
git-annex is an awesome tool! Really appreciate your work and everything else works great!
+
+> Thank you for reporting, I've fixed this reversion and am also going to
+> add something like that to the test suite, which lacked any testing of
+> views. [[done]] --[[Joey]]