We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277803a commit 1374bbeCopy full SHA for 1374bbe
CHANGES
@@ -2,6 +2,7 @@ Revision history for Perl module Git::PurePerl:
2
3
- Add config file handling via Config::GitLike
4
- Fix a couple of memory leaks due to unweakened circular references.
5
+ - Handle commit object character encoding correctly
6
7
0.45 Mon 21st Dec 12:36:29 GMT 2009
8
- Be Win32 compatible (RT#52677), patch contributed by kmx.
lib/Git/PurePerl.pm
@@ -522,10 +522,19 @@ Leon Brocard <[email protected]>
522
523
=head1 CONTRIBUTORS
524
525
- Chris Reinhardt
526
- Tomas (t0m) Doran
527
- Dan (broquaint) Brook
528
- Alex Vandiver
+=over 4
+
+=item Chris Reinhardt
529
+=item Tomas (t0m) Doran
530
531
+=item Dan (broquaint) Brook
532
533
+=item Alex Vandiver
534
535
+=item Dagfinn Ilmari MannsE<aring>ker
536
537
+=back
538
539
=head1 COPYRIGHT
540
0 commit comments