Compare commits

..

7 commits

View file

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