Comment fixes.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-12-16 23:12:33 -08:00
parent 69224716f7
commit 01385e2758
2 changed files with 3 additions and 3 deletions

View File

@ -32,11 +32,11 @@ delete_branch () {
case " $mbs " in
*' '$branch' '*)
# the merge base of branch and HEAD contains branch --
# which means that the HEAD contains everything in the HEAD.
# which means that the HEAD contains everything in both.
;;
*)
echo >&2 "The branch '$branch_name' is not a strict subset of your current HEAD.
If you are sure you want to delete it, run 'git branch -D $branch_name'."
If you are sure you want to delete it, run 'git branch -D $branch_name'."
exit 1
;;
esac