Compare commits

..

7 commits

View file

@ -1,12 +1,7 @@
#!/bin/bash
#
# Check out the specified branch (or `entomologist-data` if not specified)
# in a temporary worktree.
#
# For each issue with a `tags` file:
#
# replace the old-style tags file with a new-style tags dir
#
# Check out the `entomologist-data` branch in a temporary worktree.
# For each issue with a `tags` file, replace the old-style tags file with a new-style tags dir.
# git commit
set -e