From 02169a1ce36911b92162f27ec9f3b42bacac399a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Dec 2024 19:59:15 -0400 Subject: [PATCH] comment and close --- ...63____58___does_not_handle_pathspec_correct.mdwn | 2 ++ ...ment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct/comment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment diff --git a/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct.mdwn b/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct.mdwn index 1afa94d559..0b9012cfdd 100644 --- a/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct.mdwn +++ b/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct.mdwn @@ -65,3 +65,5 @@ disableWildcardExpansion r = r [[!meta author=yoh]] [[!tag projects/openneuro]] + +> [[wontfix|done]] --[[Joey]] diff --git a/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct/comment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment b/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct/comment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment new file mode 100644 index 0000000000..26aaeb5b99 --- /dev/null +++ b/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct/comment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2024-12-18T23:45:32Z" + content=""" +You can accomplish the same thing as that pathspec with +`--include=*.nii.gz` and it works on all git-annex commands and +is a much richer language than git's pathspecs that can do a lot more +besides. + +So, I think it would be redundant to support git's pathspecs, and am going +to close this bug. +"""]]