Revert "docs(delete-merged): -r reminder"

This reverts commit e43fe87d12.
This commit is contained in:
Rudxain 2026-05-17 13:08:28 -04:00
parent 6bb7d65aed
commit a791fb4375
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash
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
echo "$branches" | xargs git branch -d