From: Luiz Fernando N. Capitulino <lcapitulino@xxxxxxxxxxxxxxx> Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@xxxxxxxxxxxxxxx> --- builtin-shortlog.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/builtin-shortlog.c b/builtin-shortlog.c index 3f93498..eca802d 100644 --- a/builtin-shortlog.c +++ b/builtin-shortlog.c @@ -216,8 +216,7 @@ static void get_from_rev(struct rev_info *rev, struct path_list *list) char scratch[1024]; struct commit *commit; - prepare_revision_walk(rev); - while ((commit = get_revision(rev)) != NULL) { + for_each_revision(commit, rev) { const char *author = NULL, *oneline, *buffer; int authorlen = authorlen, onelinelen; -- 1.5.1.1.372.g4342 - 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