From: Elijah Newren Date: Mon, 6 Sep 2010 21:53:24 +0000 (-0600) Subject: revert: Fix trivial comment style issue X-Git-Tag: v1.7.3-rc1~3^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=04df568be53c42d07aea393effc7c5653f245d9a;p=git.git revert: Fix trivial comment style issue Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/builtin/revert.c b/builtin/revert.c index 8b9d829a7..54d13cf5e 100644 --- a/builtin/revert.c +++ b/builtin/revert.c @@ -495,7 +495,6 @@ static int do_pick_commit(void) free_message(&msg); /* - * * If we are cherry-pick, and if the merge did not result in * hand-editing, we will hit this commit and inherit the original * author date and name.