Skip to content

Commit

Permalink
branch_merged: fix grammar in warning
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Hanchrow <eric.hanchrow@gmail.com>
Helped-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Eric Hanchrow authored and Junio C Hamano committed Feb 27, 2011
1 parent 4cc6260 commit 62270f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/branch.c
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ static int branch_merged(int kind, const char *name,
in_merge_bases(rev, &head_rev, 1) != merged) {
if (merged)
warning("deleting branch '%s' that has been merged to\n"
" '%s', but it is not yet merged to HEAD.",
" '%s', but not yet been merged to HEAD.",
name, reference_name);
else
warning("not deleting branch '%s' that is not yet merged to\n"

0 comments on commit 62270f6

Please sign in to comment.