>> @@ -2876,8 +2879,8 @@ sub git_summary { >> } >> } >> >> - open my $fd, "-|", git_cmd(), "rev-list", "--max-count=17", >> - git_get_head_hash($project), "--" >> + open my $fd, "-|", git_cmd(), "rev-list", "--max-count=16", >> + $head, "--" >> or die_error(undef, "Open git-rev-list failed"); >> my @revlist = map { chomp; $_ } <$fd>; >> close $fd; > > and if we remove that chunk, then your earlier patch would not > touch git_summary at all, so mine would cleanly apply (I think). Sorry, I haven't noticed git_get_head_hash($project) -> $head Sorry for the noise. -- Jakub Narebski Poland - 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