Compare commits

..

7 commits

View file

@ -1,13 +1,8 @@
#!/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.
# # git commit
# For each issue with a `tags` file:
#
# replace the old-style tags file with a new-style tags dir
#
# git commit
set -e set -e
#set -x #set -x