Skip to content

feat(git): add --prune option to pull tool#799

Merged
horza-bora merged 2 commits intomainfrom
feat/git-remote-prune
Apr 8, 2026
Merged

feat(git): add --prune option to pull tool#799
horza-bora merged 2 commits intomainfrom
feat/git-remote-prune

Conversation

@Dave-London
Copy link
Copy Markdown
Owner

Summary

  • Adds prune boolean parameter to the pull tool, passing --prune to remove stale remote-tracking refs during pull
  • Note: remote tool already supports prune via action: "prune", name: "origin" — this just adds the convenience of pruning during pull

Closes #792

Test plan

  • TypeScript compilation clean
  • All 11 pull parser tests pass
  • Existing integration tests unaffected

Adds a `prune` boolean parameter to the pull tool that passes --prune
to git pull, removing stale remote-tracking refs before merging.

The remote tool already supports prune via `action: "prune"` — this
adds the convenience of pruning during pull.

Closes #792
@horza-bora horza-bora merged commit 0ed1f5d into main Apr 8, 2026
11 checks passed
@horza-bora horza-bora deleted the feat/git-remote-prune branch April 8, 2026 07:15
@pare-ci-bot pare-ci-bot bot mentioned this pull request Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pare-git: remote prune not supported

2 participants