Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2010-09-07 01:53:24 +0400
committerJunio C Hamano <gitster@pobox.com>2010-09-07 04:33:59 +0400
commit04df568be53c42d07aea393effc7c5653f245d9a (patch)
treeddcad072fda4d439aa1fe911652cb2f412a05f25 /builtin
parente92fa514a9ade4526ad5c119e3f12e69621c97b6 (diff)
revert: Fix trivial comment style issue
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/revert.c1
1 files changed, 0 insertions, 1 deletions
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.