Loading bin/git-supertree +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ action_rm() local BRANCH DELETE while [[ $# -gt 0 ]]; do case $1 in --rm-branch) DELETE=yes ;; --branch) DELETE=yes ;; *) case '' in ${BRANCH-}) BRANCH=$1 ;; *) arg_error "Unknown argument: $1" ;; Loading zsh/git-supertree.completion.zsh +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ _git-supertree() (rm) _arguments \ '--rm-branch[Delete the branch as well as the working tree]' \ '--branch[Delete the branch as well as the working tree]' \ ':path:_directories' \ ;; esac Loading Loading
bin/git-supertree +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ action_rm() local BRANCH DELETE while [[ $# -gt 0 ]]; do case $1 in --rm-branch) DELETE=yes ;; --branch) DELETE=yes ;; *) case '' in ${BRANCH-}) BRANCH=$1 ;; *) arg_error "Unknown argument: $1" ;; Loading
zsh/git-supertree.completion.zsh +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ _git-supertree() (rm) _arguments \ '--rm-branch[Delete the branch as well as the working tree]' \ '--branch[Delete the branch as well as the working tree]' \ ':path:_directories' \ ;; esac Loading