[PR #1046] [MERGED] fix: don't sign snapshot commits #9792

Closed
opened 2026-02-16 18:14:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1046
Author: @robin-moser
Created: 7/16/2025
Status: Merged
Merged: 7/16/2025
Merged by: @adamdotdevin

Base: devHead: dev


📝 Commits (1)

  • 5cdeb60 fix: don't sign snapshot commits

📊 Changes

1 file changed (+5 additions, -4 deletions)

View changed files

📝 packages/opencode/src/snapshot/index.ts (+5 -4)

📄 Description

if git is globally configured to always sign commits with GPG, the snapshot creation can fail due to the GPG password promt being injected in the TUI. In principle, automatically created commits shouldn't be signed at all with the users key.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1046 **Author:** [@robin-moser](https://github.com/robin-moser) **Created:** 7/16/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`5cdeb60`](https://github.com/anomalyco/opencode/commit/5cdeb6056d8b4ba6dee9d1254beed80c6c412e26) fix: don't sign snapshot commits ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/snapshot/index.ts` (+5 -4) </details> ### 📄 Description if git is globally configured to always sign commits with GPG, the snapshot creation can fail due to the GPG password promt being injected in the TUI. In principle, automatically created commits shouldn't be signed at all with the users key. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:10 -05:00
yindo closed this issue 2026-02-16 18:14:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9792