Compare commits
8 commits
bedcc8a352
...
3d008bd390
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d008bd390 | |||
| 01ef8679b4 | |||
| 9db4e6bef8 | |||
| ee269e212e | |||
| 7ed14ede16 | |||
| a6cc8b6086 | |||
| 0d440fdd11 | |||
| a37b4cc72b |
1 changed files with 8 additions and 3 deletions
|
|
@ -1,7 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Check out the `entomologist-data` branch in a temporary worktree.
|
# Check out the specified branch (or `entomologist-data` if not specified)
|
||||||
# For each issue with a `tags` file, replace the old-style tags file with a new-style tags dir.
|
# 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
|
# git commit
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue