close wontfix

This commit is contained in:
Joey Hess 2023-01-16 14:08:37 -04:00
parent 7f39037e57
commit f87c74566a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 19 additions and 0 deletions

View file

@ -20,3 +20,5 @@ rather than:
subdir0/file0 subdir0/file0
subdir0/file1 subdir0/file1
file2 file2
> [[wontfix|done]] --[[Joey]]

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2023-01-16T18:03:26Z"
content="""
Occurs to me that you can do this with existing options, eg to filter
out directories that are 3 or more deep:
git-annex find --exclude='*/*/*'
It won't display subdirectories that contain filtered out files of course.
It would also be easy enough to write a wrapper around `git-annex find`
that processed its output and generated output like that.
So I'm going to close this.
"""]]