Commit 023f13c
fix: exclude worktree branches from merged-branch cleanup in synch-git
Branches checked out in a worktree are prefixed with `+` in `git branch`
output. Without filtering these, the cleanup step would attempt to delete
them and fail.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 13798f8 commit 023f13c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments