as suggested by Junio. Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- pick.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pick.c b/pick.c index a6b1d6f..058b877 100644 --- a/pick.c +++ b/pick.c @@ -85,10 +85,8 @@ int pick_commit(struct commit *pick_commit, int mainline, int flags, commit = pick_commit; /* - * We do not intend to commit immediately. We just want to - * merge the differences in, so let's compute the tree - * that represents the "current" state for merge-recursive - * to work on. + * Let's compute the tree that represents the "current" state + * for merge-recursive to work on. */ if (write_cache_as_tree(head, 0, NULL)) return error("Your index file is unmerged."); -- 1.6.4.271.ge010d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html