Dashboard › craft › prepare-dry-run e2e tests require EDITO…
01a043da-9a02-7de5-8282-71523c02ac5e| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 1 | 14h ago |
In dumb/non-interactive terminals, Git operations that need to retain or create a commit message can fail with Terminal is dumb, but EDITOR unset (including prepare dry-run e2e commits and git rebase --continue). This is an environment issue, not a code or conflict failure. Set EDITOR or GIT_EDITOR to a usable editor; true or : is sufficient when the existing message should be retained. git rebase --continue -m is invalid.