Commit 8eb5c5bb authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bring code for git-supertree-rm inline w/ usage doc

parent dfc23192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ;;
+1 −1
Original line number Diff line number Diff line
@@ -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