mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Disable shadow repo git signing
This commit is contained in:
parent
c4a9e50610
commit
4ba68df1ee
1 changed files with 3 additions and 0 deletions
|
|
@ -105,6 +105,9 @@ class CheckpointTracker {
|
|||
|
||||
await git.addConfig("core.worktree", this.cwd) // sets the working tree to the current workspace
|
||||
|
||||
// Disable commit signing for shadow repo
|
||||
await git.addConfig("commit.gpgSign", "false")
|
||||
|
||||
// Get LFS patterns from workspace if they exist
|
||||
let lfsPatterns: string[] = []
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue