close bug report, open todo item

This commit is contained in:
Joey Hess 2018-10-26 13:03:18 -04:00
parent e2c894d3df
commit 361740a112
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 26 additions and 1 deletions

View file

@ -77,3 +77,5 @@ file_%subdir%
### 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)
Yep! I already use it to move files between my laptop's HDD and SSD, and to copy files between my many SD cards. I was trying this to see if I could not have to scroll as far on my 3D printer's menu.
> [[done]] see comments --[[Joey]]

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2018-10-26T16:53:47Z"
content="""
`git annex adjust --hide-missing` is now available to do what you want
re hiding missing files.
`git annex view` doesn't currently unlock files in a v6 repo, so it's not
usable on a crippled filesystem. That's why the cat in the transcript above
shows the symlink content which git writes to a regular file when in a
crippled filesystem.
I would like to eventually unify adjust with view, so `git annex adjust
--unlock` can be used with a view, which would support that.
See [[todo/unify_adjust_with_view]].
"""]]