summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RelNotes: add details on Perl module changestz/relnotes-1.7-on-perlTodd Zullinger2018-03-162-1/+16
* Git 2.17-rc0v2.17.0-rc0Junio C Hamano2018-03-152-1/+11
* Merge branch 'tl/userdiff-csharp-async'Junio C Hamano2018-03-151-1/+1
|\
| * userdiff.c: add C# async keyword in diff patterntl/userdiff-csharp-asyncThomas Levesque2018-03-081-1/+1
* | Merge branch 'sg/cvs-tests-with-x'Junio C Hamano2018-03-152-9/+7
|\ \
| * | t9402-git-cvsserver-refs: don't check the stderr of a subshellsg/cvs-tests-with-xSZEDER Gábor2018-03-081-4/+4
| * | t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'SZEDER Gábor2018-03-081-5/+3
| |/
* | Merge branch 'ab/man-sec-list'Junio C Hamano2018-03-151-0/+3
|\ \
| * | git manpage: note git-security@googlegroups.comab/man-sec-listÆvar Arnfjörð Bjarmason2018-03-081-0/+3
| |/
* | Merge branch 'ab/perl-fixes'Junio C Hamano2018-03-1515-158/+431
|\ \
| * | perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKSab/perl-fixesÆvar Arnfjörð Bjarmason2018-03-053-5/+44
| * | Makefile: add NO_PERL_CPAN_FALLBACKS knobTodd Zullinger2018-03-051-0/+8
| * | perl: move the perl/Git/FromCPAN tree to perl/FromCPANÆvar Arnfjörð Bjarmason2018-03-055-3/+5
| * | perl: generalize the Git::LoadCPAN facilityÆvar Arnfjörð Bjarmason2018-03-053-58/+82
| * | perl: move CPAN loader wrappers to another namespaceÆvar Arnfjörð Bjarmason2018-03-055-10/+10
| * | perl: update our copy of Mail::AddressÆvar Arnfjörð Bjarmason2018-03-051-2/+6
| * | perl: update our ancient copy of Error.pmÆvar Arnfjörð Bjarmason2018-03-052-41/+255
| * | git-send-email: unconditionally use Net::{SMTP,Domain}Ævar Arnfjörð Bjarmason2018-03-051-13/+11
| * | Git.pm: hard-depend on the File::{Temp,Spec} modulesÆvar Arnfjörð Bjarmason2018-03-051-8/+2
| * | gitweb: hard-depend on the Digest::MD5 5.8 moduleÆvar Arnfjörð Bjarmason2018-03-052-15/+5
| * | Git.pm: add the "use warnings" pragmaÆvar Arnfjörð Bjarmason2018-02-271-0/+1
| * | Git.pm: remove redundant "use strict" from sub-packageÆvar Arnfjörð Bjarmason2018-02-271-1/+0
| * | perl: *.pm files should not have the executable bitÆvar Arnfjörð Bjarmason2018-02-271-0/+0
* | | Merge branch 'cl/send-email-reply-to'Junio C Hamano2018-03-154-20/+43
|\ \ \
| * | | send-email: support separate Reply-To addresscl/send-email-reply-toChristian Ludwig2018-03-064-2/+25
| * | | send-email: rename variable for clarityChristian Ludwig2018-03-061-19/+19
* | | | Merge branch 'np/send-email-header-parsing'Junio C Hamano2018-03-151-38/+77
|\ \ \ \ | |/ / /
| * | | send-email: extract email-parsing code into a subroutinenp/send-email-header-parsingNathan Payre2017-12-151-38/+77
* | | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-1425-238/+231
|\ \ \ \
| * | | | completion: more subcommands in _git_notes()Nguyễn Thái Ngọc Duy2018-03-071-2/+2
| * | | | completion: complete --{reuse,reedit}-message= for all notes subcmdsNguyễn Thái Ngọc Duy2018-03-071-2/+1
| * | | | completion: simplify _git_notesNguyễn Thái Ngọc Duy2018-03-071-11/+3
| * | | | completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdateNguyễn Thái Ngọc Duy2018-03-073-6/+5
| * | | | completion: use __gitcomp_builtin in _git_worktreeNguyễn Thái Ngọc Duy2018-02-092-5/+5
| * | | | completion: use __gitcomp_builtin in _git_tagNguyễn Thái Ngọc Duy2018-02-091-5/+1
| * | | | completion: use __gitcomp_builtin in _git_statusNguyễn Thái Ngọc Duy2018-02-091-5/+1
| * | | | completion: use __gitcomp_builtin in _git_show_branchNguyễn Thái Ngọc Duy2018-02-091-6/+1
| * | | | completion: use __gitcomp_builtin in _git_rmNguyễn Thái Ngọc Duy2018-02-092-2/+2
| * | | | completion: use __gitcomp_builtin in _git_revertNguyễn Thái Ngọc Duy2018-02-091-5/+5
| * | | | completion: use __gitcomp_builtin in _git_resetNguyễn Thái Ngọc Duy2018-02-091-1/+1
| * | | | completion: use __gitcomp_builtin in _git_replaceNguyễn Thái Ngọc Duy2018-02-092-2/+3
| * | | | remote: force completing --mirror= instead of --mirrorNguyễn Thái Ngọc Duy2018-02-093-2/+8
| * | | | completion: use __gitcomp_builtin in _git_remoteNguyễn Thái Ngọc Duy2018-02-091-8/+8
| * | | | completion: use __gitcomp_builtin in _git_pushNguyễn Thái Ngọc Duy2018-02-092-7/+2
| * | | | completion: use __gitcomp_builtin in _git_pullNguyễn Thái Ngọc Duy2018-02-091-20/+5
| * | | | completion: use __gitcomp_builtin in _git_notesNguyễn Thái Ngọc Duy2018-02-092-8/+10
| * | | | completion: use __gitcomp_builtin in _git_name_revNguyễn Thái Ngọc Duy2018-02-091-1/+1
| * | | | completion: use __gitcomp_builtin in _git_mvNguyễn Thái Ngọc Duy2018-02-092-2/+3
| * | | | completion: use __gitcomp_builtin in _git_merge_baseNguyễn Thái Ngọc Duy2018-02-091-1/+1
| * | | | completion: use __gitcomp_builtin in _git_mergeNguyễn Thái Ngọc Duy2018-02-091-2/+7