summaryrefslogtreecommitdiffstats
path: root/RelNotes (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-27t1011: abstract away SHA-1-specific constantsbrian m. carlson1-3/+4
2018-03-22Git 2.16.3v2.16.3Junio C Hamano3-2/+51
2018-03-21Git 2.17-rc1v2.17.0-rc1Junio C Hamano2-1/+33
2018-03-20doc/gitattributes: mention non-recursive behaviorJeff King1-3/+10
2018-03-20read-cache: fix an -Wmaybe-uninitialized warningRamsay Jones1-2/+4
2018-03-20-Wuninitialized: remove some 'init-self' workaroundsRamsay Jones3-4/+4
2018-03-19filter-branch: use printf instead of echo -eMichele Locati1-3/+3
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin2-0/+14
2018-03-19completion: complete tags with git tag --delete/--verifyTodd Zullinger1-1/+1
2018-03-19Documentation/merge-strategies: typofixDavid Pursehouse1-1/+1
2018-03-17RelNotes: add details on Perl module changesTodd Zullinger2-1/+16
2018-03-15Git 2.17-rc0v2.17.0-rc0Junio C Hamano2-1/+11
2018-03-15t/t3200: fix a typo in a test descriptionKaartic Sivaraam1-1/+1
2018-03-15http: fix an unused variable warning for 'curl_no_proxy'Ramsay Jones1-1/+3
2018-03-15Fix bugs preventing adding updated cache entries to the name hashBen Peart1-1/+3
2018-03-15fetch-pack: do not check links for partial fetchJonathan Tan2-2/+22
2018-03-15index-pack: support checking objects but not linksJonathan Tan3-2/+12
2018-03-13sha1_file: restore OBJECT_INFO_QUICK functionalityJonathan Tan1-3/+5
2018-03-09t9402-git-cvsserver-refs: don't check the stderr of a subshellSZEDER Gábor1-4/+4
2018-03-09t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'SZEDER Gábor1-5/+3
2018-03-08Eighth batch for 2.17Junio C Hamano1-5/+40
2018-03-08git manpage: note git-security@googlegroups.comÆvar Arnfjörð Bjarmason1-0/+3
2018-03-08userdiff.c: add C# async keyword in diff patternThomas Levesque1-1/+1
2018-03-07completion: more subcommands in _git_notes()Nguyễn Thái Ngọc Duy1-2/+2
2018-03-07completion: complete --{reuse,reedit}-message= for all notes subcmdsNguyễn Thái Ngọc Duy1-2/+1
2018-03-07completion: simplify _git_notesNguyễn Thái Ngọc Duy1-11/+3
2018-03-07completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdateNguyễn Thái Ngọc Duy3-6/+5
2018-03-06Seventh batch for 2.17Junio C Hamano1-0/+50
2018-03-06t2028: fix minor error and issues in newly-added "worktree move" testsEric Sunshine1-10/+9
2018-03-06object.h: realign object flag allocation commentNguyễn Thái Ngọc Duy1-16/+16
2018-03-06object.h: update flag allocation commentNguyễn Thái Ngọc Duy5-1/+9
2018-03-06send-email: support separate Reply-To addressChristian Ludwig4-2/+25
2018-03-06send-email: rename variable for clarityChristian Ludwig1-19/+19
2018-03-05add--interactive: detect bogus diffFilter outputJeff King2-0/+16
2018-03-05t3701: add a test for interactive.diffFilterJeff King1-0/+12
2018-03-05smart-http: document flush after "# service" lineJeff King1-0/+3
2018-03-05perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKSÆvar Arnfjörð Bjarmason3-5/+44
2018-03-05Makefile: add NO_PERL_CPAN_FALLBACKS knobTodd Zullinger1-0/+8
2018-03-05perl: move the perl/Git/FromCPAN tree to perl/FromCPANÆvar Arnfjörð Bjarmason5-3/+5
2018-03-05perl: generalize the Git::LoadCPAN facilityÆvar Arnfjörð Bjarmason3-58/+82
2018-03-05perl: move CPAN loader wrappers to another namespaceÆvar Arnfjörð Bjarmason5-10/+10
2018-03-05perl: update our copy of Mail::AddressÆvar Arnfjörð Bjarmason1-2/+6
2018-03-05perl: update our ancient copy of Error.pmÆvar Arnfjörð Bjarmason2-41/+255
2018-03-05git-send-email: unconditionally use Net::{SMTP,Domain}Ævar Arnfjörð Bjarmason1-13/+11
2018-03-05Git.pm: hard-depend on the File::{Temp,Spec} modulesÆvar Arnfjörð Bjarmason1-8/+2
2018-03-05gitweb: hard-depend on the Digest::MD5 5.8 moduleÆvar Arnfjörð Bjarmason2-15/+5
2018-03-05add -p: don't rely on apply's '--recount' optionPhillip Wood1-1/+1
2018-03-05add -p: fix counting when splitting and coalescingPhillip Wood2-8/+34
2018-03-05add -p: calculate offset delta for edited patchesPhillip Wood2-10/+51
2018-03-01userdiff: add built-in pattern for golangAlban Gruin8-0/+37