summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.md: note that we do two security releasesethomson/release_docsEdward Thomson2019-12-041-1/+1
* Merge pull request #5317 from csware/size_tEdward Thomson2019-12-041-1/+1
|\
| * MSVC: Fix warning C4133 on x64: "function": Incompatible types - from "unsign...Sven Strickroth2019-12-031-1/+1
|/
* Merge pull request #5316 from libgit2/ethomson/publish_docs_on_masterEdward Thomson2019-12-031-1/+1
|\
| * ci: only push docs from the libgit2/libgit2 repoethomson/publish_docs_on_masterEdward Thomson2019-12-031-1/+1
|/
* Merge pull request #5314 from pks-t/pks/dll-main-removalEdward Thomson2019-12-013-47/+12
|\
| * global: convert to fiber-local storage to fix exit racesPatrick Steinhardt2019-11-293-47/+12
* | Merge pull request #5315 from kastiglione/dl/fix-copypaste-in-git_cherrypick_...Edward Thomson2019-12-011-2/+2
|\ \
| * | Fix copy&paste in git_cherrypick_commit docstringDave Lee2019-11-291-2/+2
* | | Merge pull request #5312 from pks-t/pks/patch-base85-overflowEdward Thomson2019-12-013-1/+16
|\ \ \ | |_|/ |/| |
| * | patch_parse: fix out-of-bounds reads caused by integer underflowPatrick Steinhardt2019-11-283-1/+16
* | | Merge pull request #5311 from pks-t/pks/clar-trace-warningEdward Thomson2019-11-291-10/+16
|\ \ \
| * | | tests: fix compiler warning if tracing is disabledPatrick Steinhardt2019-11-281-10/+16
| |/ /
* | | Merge pull request #5313 from pks-t/pks/config-invasiveEdward Thomson2019-11-291-0/+3
|\ \ \ | |/ / |/| |
| * | tests: config: only test parsing huge file with GITTEST_INVASIVE_SPEEDPatrick Steinhardt2019-11-281-0/+3
|/ /
* | Merge pull request #5306 from herrerog/patchidPatrick Steinhardt2019-11-289-74/+130
|\ \
| * | diff: make patchid computation work with all types of commits.Gregory Herrero2019-11-283-61/+86
| * | patch_parse: correct parsing of patch containing not shown binary data.Gregory Herrero2019-11-193-4/+21
| * | diff_print: add support for GIT_DIFF_FORMAT_PATCH_ID.Gregory Herrero2019-11-192-1/+7
| * | diff_print: add a new 'print_index' flag when printing diff.Gregory Herrero2019-11-193-9/+17
| |/
* | Merge pull request #5243 from pks-t/pks/config-optimize-memPatrick Steinhardt2019-11-283-74/+40056
|\ \
| * | config_entries: micro-optimize storage of multivarsPatrick Steinhardt2019-11-053-3/+40036
| * | config_entries: only keep track of a single entry listPatrick Steinhardt2019-11-051-73/+22
| * | config_entries: mark local functions as staticPatrick Steinhardt2019-11-051-3/+3
* | | Merge pull request #5307 from palmin/hash_sha256Patrick Steinhardt2019-11-282-0/+16
|\ \ \
| * | | ssh: include sha256 host key hash when supportedAnders Borum2019-11-202-0/+16
| | |/ | |/|
* | | Merge pull request #5272 from tiennou/examples/cli-ificationPatrick Steinhardt2019-11-2826-452/+521
|\ \ \
| * | | examples: buff up rev-list by adding OID supportEtienne Samson2019-11-061-22/+58
| * | | examples: normalize decls and usage of options structsEtienne Samson2019-11-0612-89/+86
| * | | examples: add comments to add.cEtienne Samson2019-11-061-0/+2
| * | | examples: modernize add codeEtienne Samson2019-11-061-45/+49
| * | | examples: extract argument conversion helperEtienne Samson2019-11-062-0/+19
| * | | examples: fixup for-each-ref styleEtienne Samson2019-11-061-33/+33
| * | | examples: keep track of whether we processed a "--" argEtienne Samson2019-11-065-10/+23
| * | | examples: move "args" to its own headerEtienne Samson2019-11-064-239/+251
| * | | examples: remove duplicate includes from common.cEtienne Samson2019-11-061-9/+1
| * | | global: DRY includes of assert.hEtienne Samson2019-11-0610-14/+4
| * | | examples: add missing include barriersEtienne Samson2019-11-061-0/+4
| * | | examples: add *.h files to IDEsEtienne Samson2019-11-061-1/+1
* | | | Merge pull request #5309 from libgit2/ethomson/tracePatrick Steinhardt2019-11-282-10/+34
|\ \ \ \
| * | | | tests: optionally show test execution tracingethomson/traceEdward Thomson2019-11-271-1/+9
| * | | | tests: display trace level with prefix in testsEdward Thomson2019-11-271-8/+24
| * | | | trace: enable tracing by defaultEdward Thomson2019-11-271-1/+1
* | | | | Merge pull request #5123 from libgit2/ethomson/off_tPatrick Steinhardt2019-11-2852-178/+211
|\ \ \ \ \
| * | | | | internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-2513-78/+78
| * | | | | integer: use int64_t's for checksEdward Thomson2019-11-251-4/+4
| * | | | | offmap: store off64_t's instead of git_off_t'sEdward Thomson2019-11-252-14/+14
| * | | | | mmap: use a 64-bit signed type `off64_t` for mmapEdward Thomson2019-11-256-7/+19
| * | | | | mmap: remove unnecessary assertionEdward Thomson2019-11-251-2/+0
| * | | | | example: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1