We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clear-local
1 parent ec89d0e commit 9fdcd94Copy full SHA for 9fdcd94
libexec/git-elegant-clear-local
@@ -33,10 +33,10 @@ MESSAGE
33
default() {
34
git-verbose checkout ${MASTER}
35
local cmd="git branch -lvv | grep gone | awk {'print \$1'}"
36
- __loop "git branch -d" $(eval "$cmd") || \
+ __loop "git-verbose branch -d" $(eval "$cmd") || \
37
(
38
info-text "There are unmerged branches:" && \
39
__loop "info-text -" $(eval "$cmd") && \
40
- __batch "Do you want to delete all unmerged branches?" "Delete this?" "git branch -D" $(eval "$cmd")
+ __batch "Do you want to delete all unmerged branches?" "Delete this?" "git-verbose branch -D" $(eval "$cmd")
41
)
42
}
0 commit comments