summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge: don't leak the index during reloadsethomson/issue-4203Edward Thomson2018-10-201-3/+4
* merge: add error handling for index reloadEtiene Dalcol2017-11-111-3/+4
* tests: add test case for index reloads on mergeEtiene Dalcol2017-11-111-0/+29
* merge: reload index before git_mergeGreg Collinge2017-11-111-0/+3
* Merge pull request #4403 from hkleynhans/select_bundled_zlibEdward Thomson2017-11-112-12/+17
|\
| * cmake: Allow user to select bundled zlibHenry Kleynhans2017-11-112-12/+17
|/
* Merge pull request #4308 from pks-t/pks/header-state-machineEdward Thomson2017-11-112-46/+103
|\
| * patch_parse: fix parsing patches only containing exact renamesPatrick Steinhardt2017-09-012-0/+22
| * patch_parse: implement state machine for parsing patch headersPatrick Steinhardt2017-08-251-46/+81
* | Merge pull request #4401 from ktdreyer/describe-h-spellingEdward Thomson2017-11-101-1/+1
|\ \
| * | describe.h: fix spelling in commentsKen Dreyer2017-11-101-1/+1
|/ /
* | Merge pull request #4283 from tiennou/generic-tlsPatrick Steinhardt2017-11-0923-109/+207
|\ \
| * | cmake: move Darwin-specific block aroundEtienne Samson2017-10-232-15/+12
| * | cmake: Add USE_HTTPS as a CMake optionEtienne Samson2017-10-233-30/+57
| * | cmake: braces are not needed hereEtienne Samson2017-10-231-2/+2
| * | cmake: use FeatureSummary to display which features we end up usingEtienne Samson2017-10-232-0/+24
| * | cmake: make our macOS helpers more CMake-yEtienne Samson2017-10-233-28/+58
| * | cmake: fix indentation before enhancingEtienne Samson2017-10-232-12/+12
| * | https: correct some error messagesEtienne Samson2017-10-231-2/+2
| * | clar: exit immediately on initialization failureEtienne Samson2017-10-231-1/+6
| * | https: Prevent OpenSSL from namespace-leakingEtienne Samson2017-10-234-10/+23
| * | stream: Gather streams to src/streamsEtienne Samson2017-10-2316-29/+32
| * | cmake: simplify some HTTPS testsEtienne Samson2017-10-232-3/+2
* | | Merge pull request #4394 from libgit2/cmn/macos-ramdiskEdward Thomson2017-11-061-0/+9
|\ \ \
| * | | travis: let's try a 5GB ramdiskcmn/macos-ramdiskCarlos Martín Nieto2017-10-311-2/+2
| * | | travis: put clar's sandbox in a ramdisk on macOSCarlos Martín Nieto2017-10-311-0/+9
* | | | Merge pull request #4397 from pks-t/pks/appveyor-examplesEdward Thomson2017-11-063-4/+41
|\ \ \ \
| * | | | examples: network: fix Win32 linking errors due to getlinePatrick Steinhardt2017-11-061-2/+39
| * | | | appveyor: build examplesPatrick Steinhardt2017-11-062-2/+2
|/ / / /
* | | | Merge pull request #4386 from novalis/gitignore-ignore-spaceCarlos Martín Nieto2017-11-042-0/+20
|\ \ \ \
| * | | | Ignore trailing whitespace in .gitignore files (as git itself does)David Turner2017-10-292-0/+20
* | | | | CHANGELOG: add note about supporting conditional includesCarlos Martín Nieto2017-11-041-0/+2
* | | | | Merge pull request #4332 from pks-t/pks/conditional-includesCarlos Martín Nieto2017-11-0417-113/+359
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge remote-tracking branch 'upstream/master' into pks/conditional-includesCarlos Martín Nieto2017-11-0417-187/+649
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #4393 from libgit2/ethomson/pgpkeyCarlos Martín Nieto2017-10-311-1/+1
|\ \ \ \ \
| * | | | | travis: grab pgp key from www.edwardthomson.comEdward Thomson2017-10-301-1/+1
* | | | | | Merge pull request #4392 from libgit2/cmn/config-write-preserve-caseCarlos Martín Nieto2017-10-313-9/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | config: check for OOM when writingcmn/config-write-preserve-caseCarlos Martín Nieto2017-10-301-0/+2
| * | | | | CHANGELOG: add note about config writing changesCarlos Martín Nieto2017-10-301-0/+4
| * | | | | config: preserve the original case when writing out new sections and varsCarlos Martín Nieto2017-10-301-9/+18
| * | | | | config: add failing test for preserving case when writing keysCarlos Martín Nieto2017-10-301-0/+23
|/ / / / /
* | | | | Merge pull request #4373 from cjhoward92/examples/log-show-log-sizeCarlos Martín Nieto2017-10-292-7/+10
|\ \ \ \ \
| * | | | | examples: log: pass options pointer to print_commitCarson Howard2017-10-131-7/+7
| * | | | | PROJECTS: remove example for --log-sizeCarson Howard2017-10-111-4/+0
| * | | | | example-log: add support for --log-sizeCarson Howard2017-10-111-4/+11
* | | | | | Merge pull request #3944 from mhagger/diff-indent-heuristicCarlos Martín Nieto2017-10-292-78/+523
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into diff-indent-heuristicCarlos Martín Nieto2017-10-29552-4452/+15648
| |\ \ \ \ \ \
| * | | | | | | Introduce a new `XDL_INLINE` macro and use it instead of `inline`Michael Haggerty2017-10-141-3/+8
| * | | | | | | xdiff: rename "struct group" to "struct xdlgroup"Jeff King2016-10-031-7/+7
| * | | | | | | diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-292-0/+327