summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move libgit2 settings into libgit2.cethomson/initEdward Thomson2020-10-113-331/+331
* Rename global.c to libgit2.cEdward Thomson2020-10-111-0/+0
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-1127-226/+262
* thread: don't use the global tlsdata for thread exitEdward Thomson2020-10-112-11/+18
* thread: restore the git_thread_exit testsEdward Thomson2020-10-111-1/+7
* global: separate global state from thread-local stateEdward Thomson2020-10-117-239/+258
* global init: check error message buffer allocationEdward Thomson2020-10-111-2/+5
* mwindow: localize mutexEdward Thomson2020-10-115-18/+15
* settings: localize global dataEdward Thomson2020-10-117-20/+39
* win32: teach the allocator to deal with crtdbgEdward Thomson2020-10-113-15/+21
* init: move thread init to git_global_threads_initEdward Thomson2020-10-115-5/+7
* Merge pull request #5649 from libgit2/ethomson/pcreEdward Thomson2020-10-115-26/+130
|\
| * pcre: upgrade to 8.44ethomson/pcreEdward Thomson2020-10-045-25/+26
| * pcre: upgrade to 8.43Edward Thomson2020-10-044-12/+22
| * pcre: include the licenseEdward Thomson2020-10-041-0/+93
* | Merge pull request #5651 from libgit2/ethomson/clone_branchEdward Thomson2020-10-112-17/+56
|\ \
| * | clone: update origin's HEADEdward Thomson2020-10-061-16/+50
| * | clone: test that the origin HEAD is createdEdward Thomson2020-10-061-1/+6
* | | Merge pull request #5594 from lhchavez/git-atomicsEdward Thomson2020-10-117-41/+171
|\ \ \
| * | | Avoid using atomics in pool.clhchavez2020-10-084-17/+27
| * | | Improve the support of atomicslhchavez2020-10-085-32/+152
|/ / /
* | | Merge pull request #5656 from ehuss/fix-check_extensions-errEdward Thomson2020-10-081-2/+2
|\ \ \
| * | | Fix error return for invalid extensions.Eric Huss2020-10-071-2/+2
|/ / /
* | | Merge pull request #5654 from dan-tull/masterEdward Thomson2020-10-071-1/+1
|\ \ \ | |/ / |/| |
| * | Change bare free to allocator free.Dan Tull2020-10-061-1/+1
|/ /
* | Merge pull request #5401 from lhchavez/multi-pack-indexEdward Thomson2020-10-05448-5/+655
|\ \
| * | multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-05448-5/+655
|/ /
* | Merge pull request #5648 from eltociear/patch-1Edward Thomson2020-10-051-1/+1
|\ \
| * | Fixed typo in commentIkko Ashimine2020-10-041-1/+1
* | | Merge pull request #5494 from kevinjswinton/masterEdward Thomson2020-10-043-7/+3
|\ \ \ | |_|/ |/| |
| * | Fix binary diff showing /dev/nullKevin Swinton2020-04-183-7/+3
* | | p_chmod: Android compatibilitykevinlul2020-10-041-1/+13
* | | Merge pull request #5576 from lollipopman/double-authEdward Thomson2020-10-041-2/+5
|\ \ \
| * | | httpclient: only free challenges for current_server typeJesse Hathaway2020-07-101-2/+5
* | | | Merge pull request #5581 from libgit2/ethomson/mainbranchEdward Thomson2020-10-047-46/+181
|\ \ \ \
| * | | | refs: remove "master" branch constantethomson/mainbranchEdward Thomson2020-08-031-1/+0
| * | | | remote: update the default remote branchEdward Thomson2020-08-031-14/+27
| * | | | clone: don't assume the default branch nameEdward Thomson2020-08-031-4/+4
| * | | | clone: respect init.defaultBranch when emptyEdward Thomson2020-08-032-2/+43
| * | | | repo: teach isempty about default branch configEdward Thomson2020-08-031-9/+11
| * | | | repo: add git_repository_initialbranchEdward Thomson2020-08-032-0/+40
| * | | | repo: honor the init.defaultBranch settingEdward Thomson2020-08-032-16/+56
* | | | | Merge pull request #5620 from dlax/parse-patch-add-delete-no-indexEdward Thomson2020-10-042-0/+24
|\ \ \ \ \
| * | | | | patch_parse: handle absence of "index" header for new/deleted casesDenis Laxalde2020-08-292-0/+24
* | | | | | Merge pull request #5626 from csware/parse_boolEdward Thomson2020-10-042-6/+78
|\ \ \ \ \ \
| * | | | | | Improve formattingSven Strickroth2020-09-091-1/+10
| * | | | | | Add boolean tests for "on" and "off"Sven Strickroth2020-09-091-1/+7
| * | | | | | Support empty values for git_config_get_mapped and git_config_lookup_map_valueSven Strickroth2020-09-092-6/+4
| * | | | | | Fix parsing boolean config values when using git_config_get_mapped and git_co...Sven Strickroth2020-09-092-1/+60
* | | | | | | Merge pull request #5629 from csware/config-multiline-parseEdward Thomson2020-10-043-1/+16
|\ \ \ \ \ \ \