summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | commit_list: support sha256Edward Thomson2023-04-101-2/+4
| * | | | | | | describe: support sha256Edward Thomson2023-04-101-7/+10
| * | | | | | | cherrypick: support sha256Edward Thomson2023-04-101-3/+3
| * | | | | | | merge: support sha256Edward Thomson2023-04-103-6/+8
| * | | | | | | repo: use `GIT_OID_DEFAULT` for default oid typeEdward Thomson2023-04-101-3/+3
| * | | | | | | diff: parse patches with sha256Edward Thomson2023-04-1024-139/+307
| * | | | | | | apply: support SHA256Edward Thomson2023-04-101-1/+1
| * | | | | | | reset: support SHA256Edward Thomson2023-04-101-2/+2
| * | | | | | | notes: support SHA256Edward Thomson2023-04-101-8/+9
| * | | | | | | rebase: support SHA256 oidsEdward Thomson2023-04-101-84/+72
| * | | | | | | revert: support SHA256 oidsEdward Thomson2023-04-101-11/+8
| * | | | | | | branch: support sha256 OIDs for branch refsEdward Thomson2023-04-101-2/+2
| * | | | | | | fetch: support SHA256 refsEdward Thomson2023-04-102-11/+13
| * | | | | | | push: support SHA256 refsEdward Thomson2023-04-101-2/+2
| * | | | | | | remote: support SHA256 for remote refsEdward Thomson2023-04-101-6/+14
| * | | | | | | refdb: handle SHA256 referencesEdward Thomson2023-04-103-7/+10
| * | | | | | | object: sha256 lookupsEdward Thomson2023-04-101-12/+22
| * | | | | | | config: use sha256 as file checksumEdward Thomson2023-04-101-10/+8
| * | | | | | | packbuilder: write sha256 trailers when expectedEdward Thomson2023-04-102-5/+15
| * | | | | | | submodule: document OID as "oid" not "SHA1"Edward Thomson2023-04-101-3/+3
| * | | | | | | oid: support sha256 in tostr_sEdward Thomson2023-04-101-1/+1
| * | | | | | | odb_pack: handle sha256 short lookupsEdward Thomson2023-04-101-1/+7
| * | | | | | | refs: honor sha256 during allocationEdward Thomson2023-04-101-1/+8
| * | | | | | | index: add sha256 supportEdward Thomson2023-04-10106-204/+1704
| * | | | | | | filebuf: configurable hash typeEdward Thomson2023-04-085-17/+48
* | | | | | | | Merge pull request #6482 from libgit2/ethomson/xdiffEdward Thomson2023-04-1324-23/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | xdiff: move xdiff to 'deps'Edward Thomson2023-03-0324-23/+41
* | | | | | | | | Merge pull request #6516 from libgit2/ethomson/main-is-1.7Edward Thomson2023-04-133-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | meta: the main branch is now v1.7.0Edward Thomson2023-04-123-7/+7
|/ / / / / / / / /
* | | | | | | | | Merge pull request #6547 from libgit2/ethomson/programdataEdward Thomson2023-04-122-2/+16
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | config: return `GIT_ENOTFOUND` for missing programdataEdward Thomson2023-04-112-2/+16
|/ / / / / / / /
* | | | | | | | Merge pull request #6544 from libgit2/ethomson/repo_envEdward Thomson2023-04-084-286/+491
|\ \ \ \ \ \ \ \
| * | | | | | | | repo: honor GIT_CONFIG_* environment variablesEdward Thomson2023-04-042-35/+146
| * | | | | | | | repo: honor GIT_COMMON_DIR when respecting envEdward Thomson2023-04-042-10/+46
| * | | | | | | | repo: honor GIT_WORK_TREE environment variableEdward Thomson2023-04-042-13/+62
| * | | | | | | | env: remove the _from_env functionEdward Thomson2023-04-042-227/+233
| * | | | | | | | repo: change error messageEdward Thomson2023-04-041-1/+1
| * | | | | | | | repo: free data in the discovery testsEdward Thomson2023-04-041-0/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #6505 from libgit2/ethomson/extension_madnessEdward Thomson2023-03-272-11/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | repo: don't allow repeated extensionsEdward Thomson2023-02-252-11/+56
* | | | | | | | | Merge pull request #6533 from libgit2/ethomson/schannel-2Edward Thomson2023-03-2733-248/+1453
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | http: add SSPI authentication on WindowsEdward Thomson2023-03-215-9/+350
| * | | | | | | | | utf8: add conversion with size and refactor namesEdward Thomson2023-03-2112-120/+185
| * | | | | | | | | http: refactor GSSAPI / negotiate / NTLM authEdward Thomson2023-03-213-46/+46
| * | | | | | | | | http: introduce schannel streams for windowsEdward Thomson2023-03-2116-80/+879
* | | | | | | | | | Merge pull request #6534 from libgit2/ethomson/v1.6.3v1.6.3Edward Thomson2023-03-214-4/+27
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | v1.6.3: update changelogEdward Thomson2023-03-211-0/+23
| * | | | | | | | | v1.6.3: update version numbersEdward Thomson2023-03-213-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #6530 from libgit2/cmn/pack-index-64Edward Thomson2023-03-161-5/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pack: cast to uint64_t when calculating index size insteadCarlos Martín Nieto2023-03-161-4/+3