Just add a function like
-- snip --
sub all_lines_claimed {
return ($leftover_lines == 0);
}
-- snap --
and you're done.
However, it does not yet do the correct thing: it does not show the root
commit. For example, if you do "git annotate git-am.sh" it should show
"d1c5f2a4" for the first lines, not "a1451104" as it does.
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html