summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* winhttp: retry erroneously failing requestsethomson/wintls_fixEdward Thomson2018-07-201-14/+18
* Merge pull request #4692 from tiennou/examples/checkoutPatrick Steinhardt2018-07-206-23/+309
|\
| * examples: add checkoutEtienne Samson2018-07-171-0/+235
| * examples: add a helper for boolean-style optionsEtienne Samson2018-07-072-0/+28
| * examples: make the refish resolution work with short OIDsEtienne Samson2018-07-071-3/+4
| * examples: move refish resolution function in commonEtienne Samson2018-07-073-23/+29
| * annotated_commit: make the refname accessibleEtienne Samson2018-07-072-0/+16
* | Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-2011-46/+54
|\ \
| * | tests: fix a relative pathname issueEtienne Samson2018-07-061-1/+1
| * | tests: add missing cl_git_pass to testsEtienne Samson2018-07-066-24/+24
| * | smart: don't dereference a NULL pkt pointerEtienne Samson2018-07-062-12/+15
| * | smart: clarify error handling in git_smart__connectEtienne Samson2018-07-061-8/+9
| * | submodule: don't leak memory when failing to insert the namesEtienne Samson2018-07-061-1/+2
| * | tests: mailmap/parsing: add a missing cl_git_passEtienne Samson2018-07-061-1/+1
| * | blame: check error code when loading the mailmapEtienne Samson2018-07-061-2/+5
| |/
* | Merge pull request #4704 from nelhage/no-pkt-packPatrick Steinhardt2018-07-193-24/+4
|\ \
| * | No need for this placeholder.Nelson Elhage2018-07-151-1/+0
| * | This error case is now unneededNelson Elhage2018-06-291-6/+0
| * | Merge remote-tracking branch 'origin/master' into no-pkt-packNelson Elhage2018-06-299-57/+112
| |\ \
| * | | Small style tweak, and set an errorNelson Elhage2018-06-281-1/+11
| * | | Remove GIT_PKT_PACK entirelyNelson Elhage2018-06-262-26/+3
* | | | Merge pull request #4722 from boogisha/path-is-ignored-git-analogyEdward Thomson2018-07-161-2/+2
|\ \ \ \
| * | | | ignore: improve `git_ignore_path_is_ignored` description Git analogyIgor Djordjevic2018-07-141-2/+2
* | | | | Merge pull request #4724 from libgit2/cmn/allocator-init-orderCarlos Martín Nieto2018-07-151-0/+7
|\ \ \ \ \
| * | | | | alloc: don't overwrite allocator during init if setcmn/allocator-init-orderCarlos Martín Nieto2018-07-151-0/+7
|/ / / / /
* | | | | Merge pull request #4700 from pks-t/pks/std-c90Edward Thomson2018-07-1477-200/+239
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmake: enforce C90 standardPatrick Steinhardt2018-07-134-1/+7
| * | | | mbedtls: fix `inline` being used in mbedtls headersPatrick Steinhardt2018-07-131-0/+11
| * | | | cmake: distinguish internal and system include directoriesPatrick Steinhardt2018-07-133-14/+21
| * | | | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-1369-182/+191
| * | | | treewide: avoid use of `inline` attributePatrick Steinhardt2018-07-133-3/+9
|/ / / /
* | | | Merge pull request #4719 from pks-t/pks/delta-oobEdward Thomson2018-07-093-28/+52
|\ \ \ \
| * | | | delta: fix overflow when computing limitPatrick Steinhardt2018-07-051-2/+4
| * | | | delta: fix out-of-bounds read of deltaPatrick Steinhardt2018-06-292-8/+19
| * | | | delta: fix sign-extension of big left-shiftPatrick Steinhardt2018-06-293-17/+28
| | |/ / | |/| |
* | | | Merge pull request #4710 from pks-t/pks/ssl-init-errorsEdward Thomson2018-07-081-21/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | streams: report OpenSSL errors if global init failsPatrick Steinhardt2018-07-061-21/+16
* | | | Merge pull request #4687 from tiennou/fix/4672Edward Thomson2018-07-062-0/+78
|\ \ \ \
| * | | | patch_parse: populate line numbers while parsing diffsEtienne Samson2018-06-192-0/+78
| | |_|/ | |/| |
* | | | Merge pull request #4686 from tiennou/fix/more-worktree-from-barePatrick Steinhardt2018-07-066-68/+117
|\ \ \ \
| * | | | worktree: don't return "untyped" negative numbers as error codesEtienne Samson2018-06-291-11/+4
| * | | | worktree: skip building a buffer when validatingEtienne Samson2018-06-291-4/+1
| * | | | tests: worktree/bare: test some pathsEtienne Samson2018-06-291-0/+18
| * | | | tests: add a helper to build sandbox subpaths quicklyEtienne Samson2018-06-293-20/+39
| * | | | tests: worktree/bare: fix git_worktree_validateEtienne Samson2018-06-292-1/+3
| * | | | tests: worktree/bare: check git_worktree_listEtienne Samson2018-06-291-0/+5
| * | | | tests: worktree/bare: gather all testsEtienne Samson2018-06-292-32/+47
* | | | | Merge pull request #4699 from nelhage/fetch-null-dstPatrick Steinhardt2018-07-062-1/+6
|\ \ \ \ \
| * | | | | formatting fixNelson Elhage2018-06-291-1/+2
| * | | | | Add a test.Nelson Elhage2018-06-251-0/+4