https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662
--- Comment #94 from Jonathan Druart <[email protected]> --- Martin, the number of commits is wrong because of this line: 39 $commitref->{ $bits[0] } = { name => $name, email => $email }; bits[0] is the timestamp of the commit. You are assuming it is unique, but it is not. So some commits are lost. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
