From 04df568be53c42d07aea393effc7c5653f245d9a Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Mon, 6 Sep 2010 15:53:24 -0600 Subject: [PATCH] revert: Fix trivial comment style issue Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- builtin/revert.c | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/revert.c b/builtin/revert.c index 8b9d829a73..54d13cf5ef 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. -- 2.11.4.GIT