Jay Soffian <jaysoffian@xxxxxxxxx> writes: > On Fri, Feb 25, 2011 at 10:33 PM, Eric Hanchrow <eric.hanchrow@xxxxxxxxx> wrote: >> builtin/branch.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/builtin/branch.c b/builtin/branch.c >> index 9e546e4..915f270 100644 >> --- a/builtin/branch.c >> +++ b/builtin/branch.c >> @@ -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 it has not yet been merged to HEAD.", > > You can drop the "it" while you're at it. :-) > > j. Yeah, and we would want a sign-off, too. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html