| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | attempt to fix nego.shallowarray memory leak | yuangli | 2022-08-02 | 3 | -0/+11 | |
| | * | | | fix memory leak | yuangli | 2022-08-02 | 1 | -0/+2 | |
| | * | | | refactor git_fetch_option.depth and usage | yuangli | 2022-08-02 | 1 | -1/+8 | |
| | * | | | fix memory leaks about packets | yuangli | 2022-08-01 | 2 | -0/+6 | |
| | * | | | fix clone::shallow test behaviour | yuangli | 2022-07-29 | 1 | -2/+0 | |
| | * | | | eliminate build warnings | yuangli | 2022-07-29 | 5 | -15/+18 | |
| | * | | | remove build errors | yuangli | 2022-07-29 | 5 | -122/+14 | |
| | * | | | Merge branch 'transportPR' into shallow-clone-network | yuangli | 2022-07-29 | 12 | -28/+401 | |
| | * | | | Merge branch 'mw_dev' into shallow-clone-local | Yuang Li | 2022-07-29 | 57 | -475/+991 | |
| | |\ \ \ | ||||||
| | * | | | | rename function assign_parents_from_graft | yuangli | 2022-07-28 | 1 | -2/+2 | |
| | * | | | | refactor commit parent assignment with graft | yuangli | 2022-07-28 | 1 | -15/+21 | |
| | * | | | | fix load_grafts | yuangli | 2022-07-28 | 1 | -0/+7 | |
| | * | | | | improve error handling | yuangli | 2022-07-28 | 3 | -11/+7 | |
| | * | | | | eliminate build warnings | yuangli | 2022-07-27 | 4 | -10/+11 | |
| | * | | | | fix build errors | yuangli | 2022-07-26 | 3 | -3/+282 | |
| | * | | | | Merge branch 'pr/pks-t/5254' into shallow-clone-local | yuangli | 2022-07-26 | 4 | -5/+80 | |
| * | | | | | sha256: wrap_odb supports SHA256 | Edward Thomson | 2023-05-06 | 2 | -3/+26 | |
| * | | | | | Fix missing oid type for "fake" repositories | Oliver Reiche | 2023-05-03 | 1 | -0/+2 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #6549 from libgit2/ethomson/sha256_experimental | Edward Thomson | 2023-04-22 | 56 | -520/+1062 | |
| |\ \ \ \ | ||||||
| | * | | | | commit graph: support sha256 | Edward Thomson | 2023-04-10 | 3 | -48/+132 | |
| | * | | | | midx: support sha256 | Edward Thomson | 2023-04-10 | 3 | -34/+85 | |
| | * | | | | blame: support sha256 | Edward Thomson | 2023-04-10 | 1 | -16/+23 | |
| | * | | | | ident: support sha256 | Edward Thomson | 2023-04-10 | 1 | -3/+3 | |
| | * | | | | iterator: support sha256 | Edward Thomson | 2023-04-10 | 3 | -6/+27 | |
| | * | | | | email: support sha256 | Edward Thomson | 2023-04-10 | 1 | -3/+4 | |
| | * | | | | commit_list: support sha256 | Edward Thomson | 2023-04-10 | 1 | -2/+4 | |
| | * | | | | describe: support sha256 | Edward Thomson | 2023-04-10 | 1 | -7/+10 | |
| | * | | | | cherrypick: support sha256 | Edward Thomson | 2023-04-10 | 1 | -3/+3 | |
| | * | | | | merge: support sha256 | Edward Thomson | 2023-04-10 | 3 | -6/+8 | |
| | * | | | | repo: use `GIT_OID_DEFAULT` for default oid type | Edward Thomson | 2023-04-10 | 1 | -3/+3 | |
| | * | | | | diff: parse patches with sha256 | Edward Thomson | 2023-04-10 | 10 | -63/+161 | |
| | * | | | | apply: support SHA256 | Edward Thomson | 2023-04-10 | 1 | -1/+1 | |
| | * | | | | reset: support SHA256 | Edward Thomson | 2023-04-10 | 1 | -2/+2 | |
| | * | | | | notes: support SHA256 | Edward Thomson | 2023-04-10 | 1 | -8/+9 | |
| | * | | | | rebase: support SHA256 oids | Edward Thomson | 2023-04-10 | 1 | -84/+72 | |
| | * | | | | revert: support SHA256 oids | Edward Thomson | 2023-04-10 | 1 | -11/+8 | |
| | * | | | | branch: support sha256 OIDs for branch refs | Edward Thomson | 2023-04-10 | 1 | -2/+2 | |
| | * | | | | fetch: support SHA256 refs | Edward Thomson | 2023-04-10 | 2 | -11/+13 | |
| | * | | | | push: support SHA256 refs | Edward Thomson | 2023-04-10 | 1 | -2/+2 | |
| | * | | | | remote: support SHA256 for remote refs | Edward Thomson | 2023-04-10 | 1 | -6/+14 | |
| | * | | | | refdb: handle SHA256 references | Edward Thomson | 2023-04-10 | 3 | -7/+10 | |
| | * | | | | object: sha256 lookups | Edward Thomson | 2023-04-10 | 1 | -12/+22 | |
| | * | | | | config: use sha256 as file checksum | Edward Thomson | 2023-04-10 | 1 | -10/+8 | |
| | * | | | | packbuilder: write sha256 trailers when expected | Edward Thomson | 2023-04-10 | 2 | -5/+15 | |
| | * | | | | submodule: document OID as "oid" not "SHA1" | Edward Thomson | 2023-04-10 | 1 | -3/+3 | |
| | * | | | | oid: support sha256 in tostr_s | Edward Thomson | 2023-04-10 | 1 | -1/+1 | |
| | * | | | | odb_pack: handle sha256 short lookups | Edward Thomson | 2023-04-10 | 1 | -1/+7 | |
| | * | | | | refs: honor sha256 during allocation | Edward Thomson | 2023-04-10 | 1 | -1/+8 | |
| | * | | | | index: add sha256 support | Edward Thomson | 2023-04-10 | 9 | -156/+386 | |
| | * | | | | filebuf: configurable hash type | Edward Thomson | 2023-04-08 | 3 | -10/+23 | |
