mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 07:56:18 -04:00
Revert "style(delete-merged): fmt pipeline"
This reverts commit 86c4839a27
This commit is contained in:
parent
e43fe87d12
commit
6bb7d65aed
|
|
@ -1,10 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
branches=$(git branch --no-color --merged |
|
||||
grep -vE "^(\*|\+)" |
|
||||
grep -v "$(git_extra_default_branch)" |
|
||||
grep -v svn \
|
||||
)
|
||||
branches=$(git branch --no-color --merged | grep -vE "^(\*|\+)" | grep -v "$(git_extra_default_branch)" | grep -v svn)
|
||||
# REFACTOR: use `xargs -r` when widely available
|
||||
if [ -n "$branches" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in a new issue