summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: move the rule to find static archives close to building clarcmn/static-archive-laterCarlos Martín Nieto2018-01-071-4/+6
* Merge pull request #4257 from pks-t/pks/stale-testEdward Thomson2018-01-0311-58/+43
|\
| * tests: create new test target for all SSH-based testsPatrick Steinhardt2018-01-032-9/+6
| * tests: online::clone: inline creds-test with nonexistent URLPatrick Steinhardt2018-01-034-15/+4
| * tests: online::clone: construct credential-URL from environmentPatrick Steinhardt2018-01-034-18/+21
| * tests: perf: build but exclude performance tests by defaultPatrick Steinhardt2018-01-032-14/+1
| * tests: iterator::workdir: fix reference count in stale testPatrick Steinhardt2018-01-031-1/+1
| * tests: iterator_helpers: assert number of iterator itemsPatrick Steinhardt2018-01-031-2/+1
| * tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-034-0/+10
| * travis: build sources with tracing enabledPatrick Steinhardt2018-01-031-1/+1
* | Merge pull request #4437 from pks-t/pks/openssl-hash-errorsEdward Thomson2018-01-032-8/+31
|\ \
| * | streams: openssl: fix thread-safety for OpenSSL error messagesPatrick Steinhardt2018-01-031-5/+13
| * | hash: openssl: check return values of SHA1_* functionsPatrick Steinhardt2018-01-031-3/+18
* | | Merge pull request #4462 from pks-t/pks/diff-generated-excessive-statsEdward Thomson2018-01-035-10/+20
|\ \ \
| * | | diff_generate: avoid excessive stats of .gitattribute filesPatrick Steinhardt2018-01-035-10/+20
* | | | Merge pull request #4439 from tiennou/fix/4352Patrick Steinhardt2018-01-031-5/+7
|\ \ \ \
| * | | | cmake: create a dummy file for XcodeEtienne Samson2017-12-141-5/+7
| | |/ / | |/| |
* | | | Merge pull request #4456 from libgit2/ethomson/treebuilder_docsPatrick Steinhardt2018-01-031-3/+4
|\ \ \ \
| * | | | docs: git_treebuilder_insert validates entriesethomson/treebuilder_docsEdward Thomson2017-12-311-3/+4
* | | | | Merge pull request #4457 from libgit2/ethomson/tree_error_messagesPatrick Steinhardt2018-01-031-10/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tree: standard error messages are lowercaseethomson/tree_error_messagesEdward Thomson2017-12-311-10/+10
| |/ / /
* | | | Merge pull request #4453 from libgit2/ethomson/spnegoEdward Thomson2018-01-011-4/+13
|\ \ \ \ | |/ / / |/| | |
| * | | winhttp: properly support ntlm and negotiateethomson/spnegoEdward Thomson2017-12-291-4/+13
* | | | 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
|\ \ \ \ \ \