summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Preserve behaviour of `git_mwindow_scan_recently_used` with `*out_window` setAndrew Hickman2020-08-051-2/+9
| * | | Fix `git_mwindow_scan_recently_used` spuriously returning trueAndrew Hickman2020-08-051-5/+1
| |/ /
* | | Merge pull request #5599 from libgit2/ethomson/zlibPatrick Steinhardt2020-08-241-2/+8
|\ \ \
| * | | pack: check pack_window_open returnEdward Thomson2020-08-051-1/+4
| * | | zstream: handle Z_BUF_ERROR appropriately in get_output_chunkEdward Thomson2020-08-051-1/+4
| |/ /
* | | Merge pull request #5610 from SirWindfield/patch-1Patrick Steinhardt2020-08-241-1/+1
|\ \ \ | |/ / |/| |
| * | docs: fix typoSven2020-08-181-1/+1
|/ /
* | Merge pull request #5596 from libgit2/ethomson/sanitizer_ciEdward Thomson2020-08-031-0/+2
|\ \
| * | sanitizer ci: skip negotiate testsethomson/sanitizer_ciEdward Thomson2020-08-031-0/+2
|/ /
* | Merge pull request #5569 from lhchavez/ci-sanitizersEdward Thomson2020-08-034-8/+138
|\ \
| * | Add CI support for Memory and UndefinedBehavior Sanitizerslhchavez2020-07-094-8/+138
* | | Merge pull request #5563 from pks-t/pks/worktree-headsEdward Thomson2020-08-038-245/+119
|\ \ \
| * | | tests: verify renaming branch really updates worktree HEADPatrick Steinhardt2020-07-121-1/+4
| * | | refs: remove function to read HEAD directlyPatrick Steinhardt2020-07-122-52/+0
| * | | repository: retrieve worktree HEAD via refdbPatrick Steinhardt2020-07-122-22/+17
| * | | repository: remove function to iterate over HEADsPatrick Steinhardt2020-07-123-111/+0
| * | | branch: determine whether a branch is checked out via refdbPatrick Steinhardt2020-07-121-20/+18
| * | | refs: update HEAD references via refdbPatrick Steinhardt2020-07-121-65/+25
| * | | repository: introduce new function to iterate over all worktreesPatrick Steinhardt2020-07-123-0/+81
* | | | Merge pull request #5582 from libgit2/pks-config-map-optimizationEdward Thomson2020-08-031-27/+35
|\ \ \ \
| * | | | config_entries: Avoid excessive map operationspks-config-map-optimizationPatrick Steinhardt2020-07-131-27/+35
* | | | | Merge pull request #5396 from lhchavez/mwindow-file-limitEdward Thomson2020-07-124-54/+281
|\ \ \ \ \
| * | | | | Minor nits and style formattinglhchavez2020-07-122-19/+18
| * | | | | Create the repository within the testlhchavez2020-06-272057-37/+89
| * | | | | Review feedbacklhchavez2020-06-263-58/+133
| * | | | | mwindow: set limit on number of open fileslhchavez2020-06-212060-18/+119
* | | | | | Merge pull request #5570 from libgit2/pks/refdb-refactoringsEdward Thomson2020-07-125-174/+254
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | refdb: avoid unlimited spinning in case of symref cyclespks/refdb-refactoringsPatrick Steinhardt2020-07-121-13/+6
| * | | | | refs: replace reimplementation of reference resolverPatrick Steinhardt2020-07-121-49/+18
| * | | | | refdb: return resolved symbolic refs pointing to nonexistent refsPatrick Steinhardt2020-07-123-1/+40
| * | | | | refs: move resolving of references into the refdbPatrick Steinhardt2020-07-123-40/+59
| * | | | | tests: reflog: remove unused signaturePatrick Steinhardt2020-07-121-9/+0
| * | | | | refdb: extract function to check whether to append HEAD to the reflogPatrick Steinhardt2020-07-123-39/+78
| * | | | | refdb: extract function to check whether a reflog should be writtenPatrick Steinhardt2020-07-123-39/+69
| | |_|/ / | |/| | |
* | | | | Merge pull request #5547 from pks-t/pks/cmake-modernization-pt2Patrick Steinhardt2020-07-125-160/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmake: remove CheckPrototypeDefinition modulePatrick Steinhardt2020-07-122-125/+0
| * | | | cmake: use target-specific compile definitionsPatrick Steinhardt2020-07-121-7/+7
| * | | | cmake: use git2internal target to populate sourcesPatrick Steinhardt2020-07-121-6/+12
| * | | | cmake: specify project versionPatrick Steinhardt2020-07-123-23/+22
|/ / / /
* | | | Merge pull request #5568 from lhchavez/ubsanEdward Thomson2020-07-093-9/+15
|\ \ \ \
| * | | | Make the tests run cleanly under UndefinedBehaviorSanitizerlhchavez2020-06-303-9/+15
| | |/ / | |/| |
* | | | Merge pull request #5567 from lhchavez/msanEdward Thomson2020-07-099-13/+21
|\ \ \ \
| * | | | Make the tests pass cleanly with MemorySanitizerlhchavez2020-06-309-13/+21
| |/ / /
* | | | Merge pull request #5561 from A-Ovchinnikov-mx/a-ovchin/windres-rcEdward Thomson2020-07-092-6/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use __GNUC__ macro in the resource scriptAlexander Ovchinnikov2020-07-012-7/+7
| * | | Review: Rename the stringize macroAlexander Ovchinnikov2020-07-011-5/+5
| * | | Enable building git2.rc resource script with GCCAlexander Ovchinnikov2020-07-012-4/+17
| |/ /
* | | Merge pull request #5571 from lhchavez/ntlmclient-sanitizersEdward Thomson2020-07-021-11/+8
|\ \ \ | |/ / |/| |
| * | Make NTLMClient Memory and UndefinedBehavior Sanitizer-cleanlhchavez2020-06-301-11/+8
|/ /
* | Merge pull request #5559 from pks-t/pks/diff-print-fixupsEdward Thomson2020-06-231-52/+55
|\ \ | |/ |/|