aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2010-09-06 15:53:24 -0600
committerJunio C Hamano <gitster@pobox.com>2010-09-06 17:33:59 -0700
commit04df568be53c42d07aea393effc7c5653f245d9a (patch)
treeddcad072fda4d439aa1fe911652cb2f412a05f25
parente92fa514a9ade4526ad5c119e3f12e69621c97b6 (diff)
downloadgit-04df568be53c42d07aea393effc7c5653f245d9a.tar.gz
git-04df568be53c42d07aea393effc7c5653f245d9a.tar.xz
revert: Fix trivial comment style issue
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin/revert.c1
1 files changed, 0 insertions, 1 deletions
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.