summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: enable UBSan stacktracesethomson/treebuilder_writeEdward Thomson2021-03-041-0/+4
* tree: deprecate `git_treebuilder_write_with_buffer`Edward Thomson2021-03-044-70/+95
* Merge pull request #5801 from mamapanda/patch-1Edward Thomson2021-02-211-5/+6
|\
| * index: Initialize case_sorted to GIT_VECTOR_INITpanda2021-02-181-5/+4
| * index: Check git_vector_dup error in write_entriespanda2021-02-161-1/+3
* | Merge pull request #5800 from mamapanda/check-sortedcache-lockEdward Thomson2021-02-181-2/+4
|\ \ | |/ |/|
| * refdb_fs: Check git_sortedcache wlock/rlock errorspanda2021-02-161-2/+4
|/
* CI: add workflow_dispatch event to the main buildEdward Thomson2021-02-151-4/+5
* Merge pull request #5795 from jeroen/patch-1Edward Thomson2021-02-111-0/+1
|\
| * Add new bindings for the R languageJeroen Ooms2021-02-111-0/+1
|/
* Merge pull request #5787 from lrm29/patch-1Edward Thomson2021-02-011-2/+2
|\
| * Update .gitignoreLaurence McGlashan2021-01-311-2/+2
* | Merge pull request #5731 from KOLANICH-libs/owner_accessorEdward Thomson2021-02-012-0/+13
|\ \
| * | patch: add owner accessorJason Haslam2020-12-112-0/+13
* | | Merge pull request #5762 from lhchavez/cgraph-parserEdward Thomson2021-02-01518-0/+466
|\ \ \
| * | | commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-10518-0/+466
* | | | Merge pull request #5786 from libgit2/ethomson/revparseEdward Thomson2021-02-019-30/+51
|\ \ \ \
| * | | | revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-319-30/+51
| | |_|/ | |/| |
* | | | Merge pull request #5783 from lhchavez/mwindow-coverityEdward Thomson2021-02-011-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mwindow: Fix a bug in the LRU window finding codelhchavez2021-01-201-1/+3
* | | | meta: tell "linguist" that the test resources are vendoredEdward Thomson2021-01-221-0/+1
|/ / /
* | | Merge pull request #5780 from libgit2/ethomson/ciEdward Thomson2021-01-153-3/+12
|\ \ \
| * | | ci: don't use ninja on macOSEdward Thomson2021-01-153-3/+12
|/ / /
* | | Merge pull request #5768 from lhchavez/midx-needs-refreshEdward Thomson2021-01-152-1/+2
|\ \ \
| * | | midx: Fix a bug in `git_midx_needs_refresh()`lhchavez2021-01-072-1/+2
* | | | Merge pull request #5775 from libgit2/ethomson/clone_branchEdward Thomson2021-01-102-21/+50
|\ \ \ \
| * | | | clone: set refs/remotes/origin/HEAD when branch is specifiedethomson/clone_branchEdward Thomson2021-01-072-21/+50
* | | | | Merge pull request #5769 from lhchavez/pwrite-preadEdward Thomson2021-01-073-11/+3
|\ \ \ \ \
| * | | | | Use `p_pwrite`/`p_pread` consistently throughout the codebaselhchavez2021-01-073-11/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #5772 from libgit2/ethomson/readmeEdward Thomson2021-01-071-0/+23
|\ \ \ \ \
| * | | | | README: instructions for using libgit2 without compilingethomson/readmeEdward Thomson2021-01-071-0/+23
| | |/ / / | |/| | |
* | | | | Merge pull request #5770 from libgit2/ethomson/empty_default_branchEdward Thomson2021-01-074-1/+57
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | repo: ignore empty init.defaultbranchethomson/empty_default_branchEdward Thomson2021-01-072-1/+18
| * | | | remote: don't update invalid refsEdward Thomson2021-01-071-0/+10
| * | | | fetch: test when HEAD points to nonexistent branchEdward Thomson2021-01-071-0/+29
| |/ / /
* | | | Merge pull request #5771 from lhchavez/fix-ciEdward Thomson2021-01-072-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | github-actions: Also rename the main branch herelhchavez2021-01-072-5/+5
|/ / /
* | | Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-074-6/+9
|\ \ \
| * | | blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-054-6/+9
| |/ /
* | | Merge pull request #5759 from JoshuaS3/mastermasterEdward Thomson2021-01-063-0/+30
|\ \ \ | |/ / |/| |
| * | Update documentation for git_blob_filter_optionsJosh Stockin2021-01-051-1/+2
| * | blob: add git_blob_filter_options_initEdward Thomson2021-01-053-0/+26
| * | Fix documentation for git_blob_filter_optionsJosh Stockin2021-01-041-1/+1
| * | Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION`Josh Stockin2021-01-041-1/+3
| * | Add documentation for git_blob_filter_options.versionJosh Stockin2021-01-031-0/+1
* | | Merge pull request #5583 from 0xdky/dhruva/build-with-nommapEdward Thomson2021-01-056-9/+152
|\ \ \
| * | | Add github action to build and test with mmap emulationDhruva Krishnamurthy2020-12-301-0/+20
| * | | Support build with NO_MMAP to disable use of system mmapDhruva Krishnamurthy2020-12-305-5/+127
| * | | Remove broken support for write in emulated mmapDhruva Krishnamurthy2020-12-271-5/+6
| |/ /
* | | Merge pull request #5748 from lhchavez/chromium-zlibEdward Thomson2021-01-053-3/+115
|\ \ \ | |/ / |/| |