Loading bin/git-supertree +1 −1 Original line number Diff line number Diff line Loading @@ -334,7 +334,7 @@ action_rm() local BRANCH DELETE while [[ $# -gt 0 ]]; do case $1 in --delete) DELETE=yes ;; --rm-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 @@ -57,7 +57,7 @@ _git-supertree() (rm) _arguments \ '--branch[Delete the branch as well as the working tree]' \ '--rm-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 @@ -334,7 +334,7 @@ action_rm() local BRANCH DELETE while [[ $# -gt 0 ]]; do case $1 in --delete) DELETE=yes ;; --rm-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 @@ -57,7 +57,7 @@ _git-supertree() (rm) _arguments \ '--branch[Delete the branch as well as the working tree]' \ '--rm-branch[Delete the branch as well as the working tree]' \ ':path:_directories' \ ;; esac Loading