summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repo: specify init.defaultbranch is meant to be a branch namecmn/branch-or-refCarlos Martín Nieto2021-04-111-1/+1
* Merge pull request #5832 from ianhattendorf/fix/repo-is-empty-empty-config-de...Edward Thomson2021-04-022-2/+16
|\
| * Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty stringIan Hattendorf2021-04-012-2/+16
|/
* Merge pull request #5821 from punkymaniac/example-duplicate-lineEdward Thomson2021-03-201-5/+0
|\
| * Remove duplicate line, in example codepunkymaniac2021-03-171-5/+0
|/
* Merge pull request #5815 from libgit2/ethomson/treebuilder_writeEdward Thomson2021-03-105-70/+99
|\
| * 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 #5814 from ianhattendorf/fix/winhttp-proxy-httpsEdward Thomson2021-03-102-27/+67
|\ \
| * | winhttp: skip certificate check if unable to send requestIan Hattendorf2021-03-011-27/+45
| * | winhttp: test proxy https cloneIan Hattendorf2021-03-011-0/+22
* | | README: it's actually our main branchEdward Thomson2021-03-041-3/+3
* | | Merge pull request #5764 from lhchavez/cgraph-needs-refreshEdward Thomson2021-03-043-0/+43
|\ \ \
| * | | commit-graph: Introduce `git_commit_graph_needs_refresh()`lhchavez2021-01-103-0/+43
* | | | Merge pull request #5763 from lhchavez/cgraph-lookupEdward Thomson2021-03-045-0/+252
|\ \ \ \ | |/ / /
| * | | commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-105-0/+252
* | | | Merge pull request #5818 from mamapanda/patch-3Edward Thomson2021-03-041-2/+5
|\ \ \ \
| * | | | merge: Check insert_head_ids error in create_virtual_basepanda2021-03-031-2/+5
* | | | | Merge pull request #5817 from mamapanda/patch-2Edward Thomson2021-03-041-10/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Check git_signature_dup failurepanda2021-03-031-10/+15
| |/ / /
* | | | Merge pull request #5797 from aaronfranke/typosEdward Thomson2021-02-288-11/+11
|\ \ \ \
| * | | | Fix some typosAaron Franke2021-02-158-11/+11
| |/ / /
* | | | Merge pull request #5805 from tniessen/include-typosEdward Thomson2021-02-284-6/+6
|\ \ \ \
| * | | | include: fix typos in commentsTobias Nießen2021-02-224-6/+6
| | |_|/ | |/| |
* | | | Merge pull request #5806 from punkymaniac/comment-formatEdward Thomson2021-02-281-52/+95
|\ \ \ \ | |/ / / |/| | |
| * | | Fix documentation formating on repository.hpunkymaniac2021-02-221-52/+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
|\ \ \ \