| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | plumbing/hash: Add SHA256 as a supported algorithm | Paulo Gomes | 2023-03-07 | 3 | -0/+33 |
| |/ |
|
* / | plumbing: resolve non-external delta references | ZauberNerd | 2023-03-23 | 2 | -0/+22 |
|/ |
|
* | Merge pull request #655 from aymanbagabas/hostkeycallback | Paulo Gomes | 2023-03-06 | 4 | -43/+101 |
|\ |
|
| * | fix(ssh): unable to pass a custom HostKeyCallback func | Ayman Bagabas | 2023-03-05 | 4 | -43/+101 |
* | | Merge pull request #682 from ThinkChaos/fix/transport-empty-unknown-err | Paulo Gomes | 2023-03-02 | 2 | -1/+15 |
|\ \ |
|
| * | | fix: don't use the `firstErrLine` when it is empty | ThinkChaos | 2023-02-21 | 2 | -1/+15 |
| |/ |
|
* | | Merge pull request #690 from hiddeco/recognize-tag-signaturesv5.6.0 | Máximo Cuadros | 2023-02-28 | 4 | -32/+307 |
|\ \ |
|
| * | | plumbing: support SSH/X509 signed tags | Hidde Beydals | 2023-02-27 | 4 | -32/+307 |
| |/ |
|
* / | Remove need to build with CGO | Paulo Gomes | 2023-02-25 | 1 | -4/+2 |
|/ |
|
* | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 8 | -17/+181 |
* | Merge pull request #503 from jfontan/fix/similarity-matrix-too-big | Máximo Cuadros | 2022-11-17 | 1 | -1/+7 |
|\ |
|
| * | plumbing: object, rename calculation uses too much memory | Javi Fontan | 2022-03-30 | 1 | -1/+7 |
* | | Merge pull request #354 from dowy/issue/#309-clone-branch-with-hash-in-name | Máximo Cuadros | 2022-11-17 | 2 | -6/+46 |
|\ \ |
|
| * | | plumbing: config, fix broken unit tests | Adrian Pronk | 2021-07-26 | 1 | -3/+13 |
| * | | plumbing: config, support correct escaping as per git-config rules | Adrian Pronk | 2021-07-25 | 2 | -13/+25 |
| * | | plumbing: config, remove duplicated character in set | Adrian Pronk | 2021-07-24 | 1 | -1/+1 |
| * | | plumbing: config, Branch name with hash can be cloned. Fixes #309 | Adrian Pronk | 2021-07-24 | 2 | -1/+19 |
* | | | Allow unsupported multi_ack capability | Paulo Gomes | 2022-11-16 | 4 | -12/+41 |
* | | | Merge pull request #586 from blmayer/patch-1 | Miguel Molina | 2022-11-07 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | Fixed some little typos | Brian Mayer | 2022-09-27 | 1 | -5/+5 |
* | | | | Merge pull request #598 from To1ne/toon-fix-gitattr-crash | Máximo Cuadros | 2022-11-07 | 2 | -0/+11 |
|\ \ \ \ |
|
| * | | | | plumbing: gitattributes, Avoid index out of range | Toon Claes | 2022-10-12 | 2 | -0/+11 |
| |/ / / |
|
* | | | | Optimize zlib reader and consolidate sync.pools | Paulo Gomes | 2022-11-07 | 12 | -141/+91 |
* | | | | Optimise Reference.String() | Paulo Gomes | 2022-11-07 | 2 | -3/+40 |
* | | | | Use Sync.Pool pointers to optimise memory usage | Paulo Gomes | 2022-11-07 | 4 | -9/+53 |
|/ / / |
|
* | | | *: fix some typos (#567) | cui fliter | 2022-09-22 | 1 | -1/+1 |
* | | | Fix typos (#532) | Quanyi Ma | 2022-09-22 | 1 | -2/+2 |
* | | | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`... | 🚀 Steven Ewing 🌌 | 2022-09-22 | 5 | -5/+40 |
* | | | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ... | Evan Elias | 2022-09-22 | 2 | -17/+42 |
* | | | minor grammatical fixes | Jon Eskin | 2022-09-22 | 5 | -10/+10 |
* | | | all: replace go-homedir with os.UserHomeDir | Daniel Martí | 2022-05-29 | 1 | -5/+6 |
* | | | plumbing: packp, Avoid duplicate encoding when overriding a Capability value.... | Tyler Christensen | 2022-05-01 | 2 | -1/+14 |
| |/
|/| |
|
* | | plumbing: protocol/pakp, update agent | Carlos Alexandro Becker | 2022-01-19 | 4 | -5/+5 |
* | | remove packfile and align to test fixtures | paul.t | 2022-01-05 | 2 | -3/+2 |
* | | Merge branch 'master' into codecommit-ref-delta | paul.t | 2021-12-15 | 21 | -86/+99 |
|\ \ |
|
| * \ | Merge branch 'go-git:master' into master | Paul T | 2021-12-15 | 23 | -99/+182 |
| |\ \ |
|
| | * \ | Merge pull request #425 from abhinav/error-strings | Máximo Cuadros | 2021-12-11 | 4 | -8/+8 |
| | |\ \ |
|
| | | * | | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 4 | -8/+8 |
| | * | | | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 11 | -61/+1 |
| | |\ \ \ |
|
| | | * | | | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 11 | -61/+1 |
| | | |/ / |
|
| | * | | | Merge branch 'master' into jc-push-atomic | Máximo Cuadros | 2021-12-10 | 5 | -17/+71 |
| | |\ \ \ |
|
| | | * \ \ | Merge pull request #410 from john-cai/jc-sparse | Máximo Cuadros | 2021-12-10 | 2 | -0/+22 |
| | | |\ \ \ |
|
| | | | * | | | simplified sparse checkout | John Cai | 2021-11-09 | 2 | -0/+22 |
| | | | |/ / |
|
| | | * / / | packp: Actions should have type Action | Abhinav Gupta | 2021-11-27 | 1 | -3/+3 |
| | | |/ / |
|
| | | * | | Support v3 index | John Cai | 2021-11-05 | 2 | -14/+46 |
| | * | | | Add Atomic to push options | John Cai | 2021-11-03 | 1 | -0/+19 |
| | |/ / |
|
| * | | | resolve external reference deltas | paul.t | 2021-10-11 | 1 | -0/+11 |
* | | | | include example codecommit pack file | paul.t | 2021-11-09 | 1 | -0/+0 |
* | | | | add codecommit packfile for testing external ref resolution | paul.t | 2021-11-09 | 1 | -0/+14 |
* | | | | Merge branch 'go-git:master' into codecommit-ref-delta | Paul T | 2021-11-02 | 5 | -13/+83 |
|\ \ \ \
| | |/ /
| |/| | |
|