summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #4519 from cynecx/refspec-parsingPatrick Steinhardt2018-06-293-0/+54
|\ \ \ \ | |_|_|/ |/| | |
| * | | refspec: add public parsing apicynecx2018-06-223-0/+54
* | | | Merge pull request #4688 from mystor/sorted_revwalk_resetEdward Thomson2018-06-272-2/+28
|\ \ \ \
| * | | | Clear revwalk sorting when resettingNika Layzell2018-06-222-2/+28
| | |_|/ | |/| |
* | | | Merge pull request #4691 from pks-t/pks/http-parser-fallthroughEdward Thomson2018-06-271-0/+2
|\ \ \ \
| * | | | deps: fix implicit fallthrough warning in http-parserPatrick Steinhardt2018-06-221-0/+2
| |/ / /
* | | | Merge pull request #4698 from nelhage/fix-leaksEdward Thomson2018-06-273-14/+25
|\ \ \ \
| * | | | git_pkt_free: Allow freeing NULLNelson Elhage2018-06-252-10/+8
| * | | | git_smart__connect: free symrefs on errorNelson Elhage2018-06-251-1/+3
| * | | | git_smart__update_heads: free the old symref_targetNelson Elhage2018-06-251-1/+3
| * | | | Fix another missing git_pkt_freeNelson Elhage2018-06-251-1/+3
| * | | | wait_while_ack: use git_pkt_freeNelson Elhage2018-06-251-10/+17
| |/ / /
* | | | Merge branch 'nelhage/smart-no-pack'Edward Thomson2018-06-261-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | smart protocol: correct error message capitalizationEdward Thomson2018-06-261-1/+1
| * | | PACK packets are illegal while downloading refsNelson Elhage2018-06-241-0/+6
| |/ /
* | | Merge pull request #4695 from nelhage/git_pkt-type-confusionPatrick Steinhardt2018-06-251-1/+6
|\ \ \
| * | | Fix type confusion in git_smart__connectNelson Elhage2018-06-241-1/+6
| |/ /
* | | Merge pull request #4696 from nelhage/git_pkt_ref-check-lenPatrick Steinhardt2018-06-251-0/+5
|\ \ \ | |_|/ |/| |
| * | Verify ref_pkt's are long enoughNelson Elhage2018-06-241-0/+5
| |/
* | Merge pull request #4411 from pks-t/pks/config-parse-cleanupsEdward Thomson2018-06-223-41/+41
|\ \ | |/ |/|
| * config_file: avoid free'ing OOM buffersPatrick Steinhardt2018-06-221-6/+2
| * config_parse: always sanitize out-parameters in `parse_variable`Patrick Steinhardt2018-06-221-20/+23
| * config_parse: have `git_config_parse` own entry value and namePatrick Steinhardt2018-06-223-16/+17
|/
* Merge pull request #4685 from csware/no-git_buf_freeEdward Thomson2018-06-184-4/+4
|\
| * Fix last references to deprecated git_buf_freeSven Strickroth2018-06-184-4/+4
* | Merge pull request #4606 from libgit2/cmn/revwalk-iterationEdward Thomson2018-06-182-10/+44
|\ \ | |/ |/|
| * revwalk: formatting updatescmn/revwalk-iterationEdward Thomson2018-06-181-17/+17
| * revwalk: remove one useless layer of functionsCarlos Martín Nieto2018-04-111-32/+17
| * revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto2018-04-012-10/+59
* | Merge pull request #4586 from emilio/mailmapEdward Thomson2018-06-1863-21/+1236
|\ \
| * | Require the length argument to git_mailmap_from_buffer and make mailmap_add_b...Nika Layzell2018-06-174-27/+9
| * | mailmap: git_buf_free => git_buf_disposeNika Layzell2018-06-142-10/+10
| * | mailmap: Hide EEXISTS to simplify git_mailmap_add_entry callersNika Layzell2018-06-142-3/+5
| * | mailmap: Free the mailmap vectorNika Layzell2018-06-141-0/+2
| * | mailmap: API and style cleanupNika Layzell2018-06-1410-105/+112
| * | mailmap: Updates tests for new API and featuresNika Layzell2018-06-1410-33/+153
| * | mailmap: Rewrite API to support accurate mailmap resolutionNika Layzell2018-06-145-208/+344
| * | mailmap: API and style cleanupNika Layzell2018-06-146-70/+122
| * | mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-148-315/+206
| * | mailmap: Clean up the mailmap fixture's .gitted directoryNika Layzell2018-06-1413-543/+0
| * | mailmap: Fix some other minor style nitsEmilio Cobos Álvarez2018-06-142-9/+8
| * | mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-146-10/+10
| * | mailmap: Add a bunch of tests for the new mailmap functionalityNika Layzell2018-06-1458-0/+841
| * | mailmap: Integrate mailmaps with blame and signaturesNika Layzell2018-06-148-4/+117
| * | mailmap: Make everything a bit more style conformingNika Layzell2018-06-142-55/+113
| * | mailmap: Support path fixtures in cl_git_repository_init()Nika Layzell2018-06-143-17/+23
| * | mailmap: Add some super-basic testsEmilio Cobos Álvarez2018-06-141-0/+98
| * | mailmap: Don't error out when there's junk at the end of the lineEmilio Cobos Álvarez2018-06-141-3/+0
| * | mailmap: Don't return a freed pointer, even if we return an error codeEmilio Cobos Álvarez2018-06-141-1/+3
| * | mailmap: Do not error out when the mailmap contains an invalid lineEmilio Cobos Álvarez2018-06-141-4/+4