close wontfix
This commit is contained in:
parent
7f39037e57
commit
f87c74566a
2 changed files with 19 additions and 0 deletions
|
@ -20,3 +20,5 @@ rather than:
|
|||
subdir0/file0
|
||||
subdir0/file1
|
||||
file2
|
||||
|
||||
> [[wontfix|done]] --[[Joey]]
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue