summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sha1_lookup: drop sha1_entry_pos functionpeff/drop-sha1-entry-posJeff King2017-08-093-224/+0
* Merge pull request #4304 from pks-t/pks/patch-buffersEdward Thomson2017-07-312-4/+4
|\
| * patch_generate: represent buffers as void pointersPatrick Steinhardt2017-07-102-4/+4
* | Merge pull request #4323 from libgit2/ethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
|\ \
| * | Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
* | | Merge branch '4233'Edward Thomson2017-07-315-13/+137
|\ \ \ | |/ / |/| |
| * | changelog: update to reflect `detached` api nameEdward Thomson2017-07-311-1/+1
| * | remote: test creating and fetching detached remotesPatrick Steinhardt2017-05-051-0/+38
| * | tests: online::remotes: add defines for URL and refspecPatrick Steinhardt2017-05-051-5/+6
| * | remote: add function to create detached remotesEric Myhre2017-05-054-7/+40
| * | remote: reject various actions for detached remotesPatrick Steinhardt2017-05-052-0/+50
| * | remote: improve error message if no URL is setPatrick Steinhardt2017-05-051-1/+3
* | | Merge pull request #4320 from pks-t/pks/rebase-submodule-assertsEdward Thomson2017-07-281-7/+7
|\ \ \
| * | | tests: rebase::submodule: verify initialization method callsPatrick Steinhardt2017-07-281-7/+7
|/ / /
* | | Merge pull request #4275 from tiennou/fix-rebase-submodule-testEdward Thomson2017-07-273-7/+36
|\ \ \
| * | | tests: fix the rebase-submodule testEtienne Samson2017-07-252-7/+36
| * | | Remove invalid submoduleEtienne Samson2017-07-201-0/+0
* | | | Merge pull request #4314 from pks-t/pks/timsortEdward Thomson2017-07-261-1/+0
|\ \ \ \
| * | | | tsort: remove idempotent conditional assignmentPatrick Steinhardt2017-07-211-1/+0
* | | | | Merge pull request #4317 from libgit2/ethomson/libcurl_buildEdward Thomson2017-07-263-12/+17
|\ \ \ \ \
| * | | | | travis: only install custom libcurl on trustyEdward Thomson2017-07-241-4/+8
| * | | | | travis: only kill our own sshdEdward Thomson2017-07-241-1/+2
| * | | | | travis: use trustyEdward Thomson2017-07-241-0/+1
| * | | | | travis: build with patched libcurlEdward Thomson2017-07-242-11/+10
| |/ / / /
* | | | | Merge pull request #4311 from libgit2/ethomson/win32_remediateEdward Thomson2017-07-262-5/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | win32: provide fast-path for retrying filesystem operationsethomson/win32_remediateEdward Thomson2017-07-261-11/+9
| * | | | Updated changelogCarson Howard2017-07-261-0/+3
| * | | | fixed win32 p_unlink retry sleep issueCarson Howard2017-07-261-1/+6
| |/ / /
* | | | Merge pull request #4250 from pks-t/pks/config-file-iterationEdward Thomson2017-07-192-173/+209
|\ \ \ \
| * | | | config_file: refuse modifying included variablesPatrick Steinhardt2017-07-152-0/+29
| * | | | config_file: move reader into `config_read` onlyPatrick Steinhardt2017-07-152-45/+44
| * | | | config_file: refresh all files if includes were modifiedPatrick Steinhardt2017-07-152-36/+56
| * | | | config_file: remove unused backend field from parse dataPatrick Steinhardt2017-07-151-7/+5
| * | | | config_file: pass reader directly to callbacksPatrick Steinhardt2017-07-151-15/+15
| * | | | config_file: refactor include handlingPatrick Steinhardt2017-07-151-98/+116
| * | | | tests: config::include: use init and cleanup functionsPatrick Steinhardt2017-07-151-43/+15
| |/ / /
* | | | Merge pull request #4272 from pks-t/pks/patch-idEdward Thomson2017-07-195-1/+313
|\ \ \ \ | |/ / / |/| | |
| * | | diff: implement function to calculate patch IDPatrick Steinhardt2017-06-265-1/+313
* | | | Merge pull request #4306 from libgit2/cmn/tag-bad-signaturePatrick Steinhardt2017-07-141-0/+1
|\ \ \ \
| * | | | signature: don't leave a dangling pointer to the strings on parse failurecmn/tag-bad-signatureCarlos Martín Nieto2017-07-121-0/+1
|/ / / /
* | | | Merge pull request #4287 from AndreyG/reset/interface-cosmeticsPatrick Steinhardt2017-07-102-9/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | git_reset_*: pass parameters as const pointersAndrey Davydov2017-06-302-9/+9
* | | | Merge pull request #4291 from pks-t/pks/regex-header-confusionPatrick Steinhardt2017-07-071-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | tests: config: fix missing declaration causing errorPatrick Steinhardt2017-07-051-0/+1
|/ / /
* | | Merge branch 'AndreyG/cmake/modernization'Patrick Steinhardt2017-06-281-1/+10
|\ \ \
| * | | cmake: consistently use TARGET_INCLUDE_DIRECTORIES if availablePatrick Steinhardt2017-06-281-5/+4
| * | | cmake: use `target_include_directories` for modern cmakeAndrey Davydov2017-06-281-1/+11
* | | | Merge pull request #4280 from ids1024/htonsPatrick Steinhardt2017-06-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Convert port with htons() in p_getaddrinfo()Ian Douglas Scott2017-06-231-1/+1
| |/ /
* | | Merge pull request #4235 from pks-t/pks/out-of-tree-buildsPatrick Steinhardt2017-06-274-18/+29
|\ \ \