From: Joey Hess Date: Tue, 25 Jul 2023 15:08:33 +0000 (-0400) Subject: tag option_to_explain dandi X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~36^2~51 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7333104fd9624c607f4a1b50d14ece2e5ed54491;p=git-annex.git tag option_to_explain dandi See comment, this is a continuation of the other todo that was tagged dandi and which I didn't fully address at the time. --- diff --git a/doc/todo/a_way_to_figure_out_the_origin_of_largefiles/comment_3_def75a3ad8907cb62eb5d96c85aabd5e._comment b/doc/todo/a_way_to_figure_out_the_origin_of_largefiles/comment_3_def75a3ad8907cb62eb5d96c85aabd5e._comment new file mode 100644 index 0000000000..c1e11650f7 --- /dev/null +++ b/doc/todo/a_way_to_figure_out_the_origin_of_largefiles/comment_3_def75a3ad8907cb62eb5d96c85aabd5e._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2023-07-25T15:04:28Z" + content=""" +Hmm, --show-origin only implements part of what was requested here. The +other part is to explain what part of a largefiles expression caused it to +match (or not match). + +I think that nobodyinperson's suggestion of --explain got into my brain +and marinated a while, because I later opened [[todo/option_to_explain]]. +"""]] diff --git a/doc/todo/option_to_explain.mdwn b/doc/todo/option_to_explain.mdwn index cc92fc6d19..1a504a2f15 100644 --- a/doc/todo/option_to_explain.mdwn +++ b/doc/todo/option_to_explain.mdwn @@ -36,3 +36,5 @@ doesn't match?" And a term like "standard" would ideally expand out the included expression, eg: "standard(group==backup, include==*)" [[!tag confirmed]] --[[Joey]] + +[[!tag projects/dandi]]