100% means the person was involved in all the commits, in one way or the other. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- contrib/related/git-related | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/related/git-related b/contrib/related/git-related index 8c26cf8..7be2829 100755 --- a/contrib/related/git-related +++ b/contrib/related/git-related @@ -142,5 +142,5 @@ end count_per_person.sort(&count_sort).each do |person, count| percent = count.to_f * 100 / commits.size next if percent < $min_percent - puts person + puts '%s (involved: %u%%)' % [person, percent] end -- 1.8.3.rc2.542.g24820ba -- 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