summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * diff_print: adjust code to match current coding stylePatrick Steinhardt2020-06-171-44/+32
| * diff_print: return out-of-memory situation when printing binaryPatrick Steinhardt2020-06-171-0/+3
| * diff_print: do not call abort(3P)Patrick Steinhardt2020-06-171-3/+2
| * diff_print: handle errors when printing to filePatrick Steinhardt2020-06-171-5/+18
* | Merge pull request #5419 from lhchavez/fix-git_index_add_from_buffer-docsPatrick Steinhardt2020-06-171-2/+1
|\ \ | |/ |/|
| * index: Update the documentation for git_index_add_from_buffer()lhchavez2020-02-231-2/+1
* | Merge pull request #5550 from libgit2/ethomson/github_actionsEdward Thomson2020-06-167-8/+267
|\ \
| * | Introduce CI with GitHub Actionsethomson/github_actionsEdward Thomson2020-06-164-2/+263