We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c794dc9 commit 3cb4acaCopy full SHA for 3cb4aca
cmd/git-prune-branch/main.go
@@ -47,7 +47,7 @@ Delete the branches that have been merged into the target branch.
47
flag.Parse()
48
49
defaultBranch := getDefaultBranch()
50
- cmd := exec.Command("git", "branch", "--merged", defaultBranch)
+ cmd := exec.Command("git", "branch", "--no-column")
51
out, err := cmd.StdoutPipe()
52
if err != nil {
53
fmt.Fprintf(os.Stderr, "Error: Could not create pipe: %s\n", err)
0 commit comments