Age | Commit message (Expand) | Author | Files | Lines |
2019-11-07 | Fix spelling errors in documentation outside of Documentation/ | Elijah Newren | 1 | -1/+1 |
2019-09-28 | git-svn: trim leading and trailing whitespaces in author name | Tobias Klauser | 1 | -0/+4 |
2019-04-01 | Git.pm: make hash size independent | brian m. carlson | 1 | -1/+1 |
2018-05-08 | Merge branch 'ab/git-svn-get-record-typofix' | Junio C Hamano | 1 | -1/+1 |
2018-05-08 | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 3 | -1/+44 |
2018-04-11 | Makefile: add Perl runtime prefix support | Dan Jacques | 2 | -1/+43 |
2018-04-11 | Makefile: generate Perl header from template file | Dan Jacques | 1 | -0/+1 |
2018-04-09 | git-svn: avoid warning on undef readline() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-04-05 | git-svn: allow empty email-address using authors-prog and authors-file | Andreas Heiduk | 1 | -7/+6 |
2018-03-15 | Merge branch 'ab/perl-fixes' | Junio C Hamano | 9 | -123/+389 |
2018-03-06 | Merge branch 'bw/perl-timegm-timelocal-fix' | Junio C Hamano | 2 | -2/+4 |
2018-03-05 | perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS | Ævar Arnfjörð Bjarmason | 1 | -1/+32 |
2018-03-05 | perl: move the perl/Git/FromCPAN tree to perl/FromCPAN | Ævar Arnfjörð Bjarmason | 4 | -3/+2 |
2018-03-05 | perl: generalize the Git::LoadCPAN facility | Ævar Arnfjörð Bjarmason | 3 | -58/+82 |
2018-03-05 | perl: move CPAN loader wrappers to another namespace | Ævar Arnfjörð Bjarmason | 3 | -7/+7 |
2018-03-05 | perl: update our copy of Mail::Address | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
2018-03-05 | perl: update our ancient copy of Error.pm | Ævar Arnfjörð Bjarmason | 2 | -41/+255 |
2018-03-05 | Git.pm: hard-depend on the File::{Temp,Spec} modules | Ævar Arnfjörð Bjarmason | 1 | -8/+2 |
2018-02-27 | Git.pm: add the "use warnings" pragma | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2018-02-27 | Git.pm: remove redundant "use strict" from sub-package | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2018-02-27 | perl: *.pm files should not have the executable bit | Ævar Arnfjörð Bjarmason | 1 | -0/+0 |
2018-02-23 | perl: call timegm and timelocal with 4-digit year | Bernhard M. Wiedemann | 2 | -2/+4 |
2018-02-13 | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 7 | -162/+49 |
2018-01-08 | perl/Git: remove now useless email-address parsing code | Matthieu Moy | 1 | -71/+0 |
2018-01-05 | send-email: add and use a local copy of Mail::Address | Matthieu Moy | 2 | -0/+300 |
2017-12-28 | perl: avoid *.pmc and fix Error.pm further | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-12-11 | Makefile: replace perl/Makefile.PL with simple make rules | Ævar Arnfjörð Bjarmason | 7 | -162/+49 |
2017-11-22 | Git/Packet.pm: use 'if' instead of 'unless' | Christian Couder | 1 | -8/+8 |
2017-11-22 | Git/Packet: clarify that packet_required_key_val_read allows EOF | Christian Couder | 1 | -2/+7 |
2017-11-07 | Git/Packet.pm: extract parts of t0021/rot13-filter.pl for reuse | Christian Couder | 2 | -0/+169 |
2017-08-22 | Merge branch 'ur/svn-local-zone' | Junio C Hamano | 1 | -1/+1 |
2017-08-22 | Merge branch 'jc/perl-git-comment-typofix' | Junio C Hamano | 1 | -1/+1 |
2017-08-08 | git svn fetch: Create correct commit timestamp when using --localtime | Urs Thuermann | 1 | -1/+1 |
2017-08-07 | perl/Git.pm: typofix in a comment | Junio C Hamano | 1 | -1/+1 |
2017-07-10 | Merge branch 'pw/unquote-path-in-git-pm' | Junio C Hamano | 1 | -1/+53 |
2017-06-30 | Git::unquote_path(): throw an exception on bad path | Phillip Wood | 1 | -2/+2 |
2017-06-30 | Git::unquote_path(): handle '\a' | Phillip Wood | 1 | -1/+2 |
2017-06-30 | add -i: move unquote_path() to Git.pm | Phillip Wood | 1 | -1/+52 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2017-02-20 | Merge branch 'svn-escape-backslash' of git://bogomips.org/git-svn | Junio C Hamano | 1 | -1/+1 |
2016-12-27 | Merge branch 'va/i18n-perl-scripts' | Junio C Hamano | 2 | -1/+56 |
2016-12-23 | git-svn: escape backslashes in refnames | Eric Wong | 1 | -1/+1 |
2016-12-14 | i18n: add--interactive: mark patch prompt for translation | Vasco Almeida | 1 | -1/+10 |
2016-12-14 | i18n: add--interactive: mark plural strings | Vasco Almeida | 1 | -1/+9 |
2016-12-14 | Git.pm: add subroutines for commenting lines | Vasco Almeida | 1 | -0/+38 |
2016-12-12 | git-svn: allow "0" in SVN path components | Eric Wong | 1 | -1/+1 |
2016-11-29 | Merge branch 'mm/send-email-cc-cruft-after-address' into maint | Junio C Hamano | 1 | -6/+9 |
2016-10-27 | Merge branch 'svn-cache' of git://bogomips.org/git-svn | Junio C Hamano | 1 | -1/+11 |
2016-10-27 | Merge branch 'svn-wt' of git://bogomips.org/git-svn | Junio C Hamano | 5 | -42/+62 |
2016-10-27 | git-svn: do not reuse caches memoized for a different architecture | Gavin Lambert | 1 | -1/+11 |