diff options
author | Elijah Newren <newren@gmail.com> | 2010-09-06 15:53:24 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-06 17:33:59 -0700 |
commit | 04df568be53c42d07aea393effc7c5653f245d9a (patch) | |
tree | ddcad072fda4d439aa1fe911652cb2f412a05f25 | |
parent | cache_tree_free: Fix small memory leak (diff) | |
download | tgif-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.c | 1 |
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. |