Compare commits
7 commits
3d008bd390
...
bedcc8a352
| Author | SHA1 | Date | |
|---|---|---|---|
| bedcc8a352 | |||
| 87f6b42595 | |||
| 9b941fdbda | |||
| bc72061d14 | |||
| 99d19e0fd9 | |||
| 485f88c686 | |||
| 50f2b2a1bf |
1 changed files with 3 additions and 8 deletions
|
|
@ -1,13 +1,8 @@
|
|||
#!/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
|
||||
#
|
||||
# git commit
|
||||
# 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
|
||||
#set -x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue