[Koha-bugs] [Bug 21662] Missing developers from history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 11 18:07:19 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662

--- Comment #94 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list