summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: git_treebuilder_insert validates entriesethomson/treebuilder_docsEdward Thomson2017-12-311-3/+4
* Merge pull request #4159 from richardipsum/notes-commitEdward Thomson2017-12-303-48/+527
|\
| * notes: Add test that read of noteless commit failsRichard Ipsum2017-12-021-0/+25
| * notes: Rewrite funcs in terms of note_commit funcsRichard Ipsum2017-12-021-81/+86
| * notes: Add git_note_commit_iterator_newRichard Ipsum2017-10-073-0/+76
| * notes: Add git_note_commit_removeRichard Ipsum2017-10-073-2/+105
| * notes: Add git_note_commit_readRichard Ipsum2017-10-073-0/+81
| * notes: Add git_note_commit_createRichard Ipsum2017-10-073-0/+183
| * notes: Make note_write return commit oidRichard Ipsum2017-09-231-4/+10
* | Merge pull request #4028 from chescock/improve-local-fetchEdward Thomson2017-12-303-175/+25
|\ \
| * | Use git_packbuilder_insert_walk in queue_objects.Chris Hescock2016-12-201-169/+2
| * | Don't fetch objects we don't need in local transport.Chris Hescock2016-12-202-6/+23
* | | Merge pull request #4455 from libgit2/ethomson/branch_symlinksEdward Thomson2017-12-304-19/+105
|\ \ \
| * | | refs:iterator: add tests to recurse symlinksethomson/branch_symlinksEdward Thomson2017-12-301-18/+66
| * | | iterator: cleanups with symlink dir handlingEdward Thomson2017-12-303-17/+32
| * | | branches: Check symlinked subdirectoriesAndy Doan2017-12-293-1/+24
* | | | Merge pull request #4443 from libgit2/ethomson/large_loose_blobsEdward Thomson2017-12-3010-136/+352
|\ \ \ \ | |/ / / |/| | |
| * | | tests: add GITTEST_SLOW env var checkethomson/large_loose_blobsEdward Thomson2017-12-201-13/+11
| * | | hash: commoncrypto hash should support large filesEdward Thomson2017-12-201-2/+15
| * | | hash: win32 hash mechanism should support large filesEdward Thomson2017-12-201-6/+24
| * | | odb_loose: reject objects that cannot fit in memoryEdward Thomson2017-12-202-0/+26
| * | | zstream: use UINT_MAX sized chunksEdward Thomson2017-12-201-2/+3
| * | | odb: support large loose objectsEdward Thomson2017-12-201-98/+92
| * | | object: introduce git_object_stringn2typeEdward Thomson2017-12-202-2/+13
| * | | odb: test loose reading/writing large objectsEdward Thomson2017-12-201-0/+95
| * | | util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson2017-12-203-16/+71
| * | | zstream: treat `Z_BUF_ERROR` as non-fatalEdward Thomson2017-12-201-10/+15
* | | | Merge pull request #4021 from carlosmn/cmn/refspecs-fetchheadEdward Thomson2017-12-285-9/+113
|\ \ \ \
| * | | | fetch: go over FETCH_HEAD just once when counting the prefixes in testCarlos Martín Nieto2017-12-261-21/+26
| * | | | remote: append to FETCH_HEAD rather than overwrite for each refspecCarlos Martín Nieto2017-12-262-1/+18
| * | | | futils: add a function to truncate a fileCarlos Martín Nieto2017-12-262-0/+15
| * | | | fetch: add a failing test for FETCH_HEAD with multiple fetch refspecsCarlos Martín Nieto2017-12-261-0/+59
| * | | | fetch: expand fetchhead test to cover providing multiple refspecsCarlos Martín Nieto2017-11-191-8/+16
* | | | | Merge pull request #4285 from pks-t/pks/patches-with-whitespaceEdward Thomson2017-12-233-8/+58
|\ \ \ \ \
| * | | | | patch_parse: allow parsing ambiguous patch headersPatrick Steinhardt2017-11-113-0/+32
| * | | | | patch_parse: treat complete line after "---"/"+++" as pathPatrick Steinhardt2017-11-111-8/+26
* | | | | | Merge pull request #4045 from lhchavez/fix-unpack-double-freeEdward Thomson2017-12-233-8/+68
|\ \ \ \ \ \
| * | | | | | Fix unpack double freelhchavez2017-12-233-8/+68
|/ / / / / /
* | | | | | Merge pull request #4430 from tiennou/fix/openssl-x509-leakEdward Thomson2017-12-231-12/+17
|\ \ \ \ \ \
| * | | | | | openssl: free the peer certificateEtienne Samson2017-12-161-1/+2
| * | | | | | openssl: merge all the exit paths of verify_server_certEtienne Samson2017-12-161-11/+15
* | | | | | | Merge pull request #4435 from lhchavez/ubsan-shift-overflowEdward Thomson2017-12-231-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Simplified overflow conditionlhchavez2017-12-151-3/+1
| * | | | | | | Using unsigned insteadlhchavez2017-12-091-6/+8
| * | | | | | | libFuzzer: Prevent a potential shift overflowlhchavez2017-12-081-1/+1
* | | | | | | | Merge pull request #4402 from libgit2/ethomson/iconvEdward Thomson2017-12-232-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: let USE_ICONV be optional on macOSethomson/iconvEdward Thomson2017-11-112-3/+7
* | | | | | | | | Merge pull request #4429 from novalis/delete-modify-submodule-mergeEdward Thomson2017-12-235-2/+44
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Do not attempt to check out submodule as blob when merging a submodule modify...David Turner2017-12-045-2/+44
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4449 from libgit2/charliesome/git-authors-jonathan-tanEdward Thomson2017-12-191-0/+1
|\ \ \ \ \ \ \ \