git-annex/doc/projects
Joey Hess 292acd3c28
move old fixed datalad/dandi/repronim bugs to the project pages
As done previously in 2023 in commit bcc69f07e8

Commands used:

    for f in $(git grep -l '\[\[!tag projects/dandi\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/dandi/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/dandi/bugs-done; fi; fi; done
    for f in $(git grep -l '\[\[!tag projects/repronim\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/repronim/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/repronim/bugs-done; fi; fi; done
    for f in $(git grep -l '\[\[!tag projects/datalad\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/datalad/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/datalad/bugs-done; fi; fi; done
2025-01-01 13:12:56 -04:00
..
dandi move old fixed datalad/dandi/repronim bugs to the project pages 2025-01-01 13:12:56 -04:00
datalad move old fixed datalad/dandi/repronim bugs to the project pages 2025-01-01 13:12:56 -04:00
repronim move old fixed datalad/dandi/repronim bugs to the project pages 2025-01-01 13:12:56 -04:00
annextimelog.mdwn Add annextimelog project 2024-02-17 07:40:07 +00:00
dandi.mdwn fix dandi and repronim bug lists after the move 2023-01-05 14:48:11 -04:00
datalad.mdwn fix the datalad bug list after bug move 2023-01-05 13:35:26 -04:00
INM7.mdwn add IMN7 to projects and tag a relevant issue 2024-10-17 10:06:08 -04:00
neurohub.mdwn fix directive 2020-01-30 12:15:41 -04:00
openneuro.mdwn add openneuro project 2024-02-16 18:39:01 +00:00
repronim.mdwn fix dandi and repronim bug lists after the move 2023-01-05 14:48:11 -04:00