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,8 +1,13 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
|
||||
set -e
|
||||
#set -x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue