| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | cli: separate go module for cli | Ayman Bagabas | 2023-11-07 | 4 | -4/+170 |
|/ / / |
|
* | | | Merge pull request #908 from pjbgf/ref | Paulo Gomes | 2023-11-07 | 2 | -113/+79 |
|\ \ \ |
|
| * | | | plumbing: format/packfile, Refactor patch delta | Paulo Gomes | 2023-11-06 | 2 | -113/+79 |
|/ / / |
|
* | | | Merge pull request #906 from go-git/dependabot/go_modules/golang.org/x/text-0... | Paulo Gomes | 2023-11-06 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | build: bump golang.org/x/text from 0.13.0 to 0.14.0 | dependabot[bot] | 2023-11-06 | 2 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #907 from go-git/dependabot/go_modules/golang.org/x/sys-0.... | Paulo Gomes | 2023-11-06 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | build: bump golang.org/x/sys from 0.13.0 to 0.14.0 | dependabot[bot] | 2023-11-06 | 2 | -3/+3 |
* | | | | Merge pull request #799 from pjbgf/perf2 | Paulo Gomes | 2023-11-06 | 4 | -61/+276 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | plumbing: Optimise memory consumption for filesystem storage | Paulo Gomes | 2023-10-28 | 3 | -50/+260 |
| * | | | *: Improve BenchmarkPlainClone | Paulo Gomes | 2023-10-28 | 1 | -11/+16 |
* | | | | Merge pull request #896 from aymanbagabas/update-server-info | Paulo Gomes | 2023-11-03 | 6 | -4/+332 |
|\ \ \ \ |
|
| * | | | | git: implement upload-server-info. Fixes #731 | Ayman Bagabas | 2023-11-03 | 6 | -4/+332 |
|/ / / / |
|
* | | | | Merge pull request #901 from anandf/fix_ssh_proxy_nil_dereference | Paulo Gomes | 2023-11-02 | 2 | -5/+27 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachab... | Anand Francis Joseph | 2023-11-02 | 2 | -5/+27 |
|/ / / |
|
* | | | Merge pull request #875 from adityasaky/fix-non-branch-ff-fetch | Paulo Gomes | 2023-10-26 | 3 | -4/+145 |
|\ \ \ |
|
| * | | | git: remote, flip branch check to not-tag check | Aditya Sirish | 2023-10-26 | 2 | -3/+144 |
| * | | | build: Add 'git' as valid commit msg scheme | Aditya Sirish | 2023-10-13 | 1 | -1/+1 |
* | | | | Merge pull request #890 from go-git/dependabot/github_actions/actions/checkout-4 | Paulo Gomes | 2023-10-26 | 3 | -3/+3 |
|\ \ \ \ |
|
| * | | | | build: bump actions/checkout from 3 to 4 | dependabot[bot] | 2023-10-25 | 3 | -3/+3 |
* | | | | | Merge pull request #888 from go-git/dependabot/go_modules/github.com/skeema/k... | Paulo Gomes | 2023-10-26 | 2 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1 | dependabot[bot] | 2023-10-26 | 2 | -3/+3 |
|/ / / / / |
|
* | | | | | Merge pull request #891 from go-git/dependabot/github_actions/actions/setup-go-4 | Paulo Gomes | 2023-10-26 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | build: bump actions/setup-go from 3 to 4 | dependabot[bot] | 2023-10-25 | 2 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #887 from go-git/dependabot/go_modules/github.com/google/g... | Paulo Gomes | 2023-10-26 | 2 | -3/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 | dependabot[bot] | 2023-10-25 | 2 | -3/+3 |
|/ / / / |
|
* | | | | Merge pull request #879 from pjbgf/create-dependabot-config | Paulo Gomes | 2023-10-25 | 1 | -0/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | build: Add dependabot configuration | Paulo Gomes | 2023-10-13 | 1 | -0/+15 |
* | | | | Merge pull request #869 from zeripath/graph-generation-2v5.10.0 | Paulo Gomes | 2023-10-13 | 17 | -58/+892 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | plumbing: commitgraph, Add generation v2 support | Andrew Thornton | 2023-10-12 | 17 | -58/+892 |
* | | | | Merge pull request #873 from go-git/dependabot/go_modules/golang.org/x/net-0.... | Paulo Gomes | 2023-10-13 | 2 | -7/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | build: bump golang.org/x/net from 0.15.0 to 0.17.0 | Paulo Gomes | 2023-10-13 | 2 | -7/+7 |
* | | | | Merge pull request #866 from makkes/better-error-handling | Paulo Gomes | 2023-10-12 | 3 | -4/+124 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | plumbing: transport/common, Improve handling of remote errors | Max Jonas Werner | 2023-10-12 | 3 | -4/+124 |
* | | | | Merge pull request #867 from pjbgf/commit-checker | Paulo Gomes | 2023-10-09 | 1 | -0/+30 |
|\ \ \ \ |
|
| * | | | | build: Add github workflow to check commit message format | Paulo Gomes | 2023-10-09 | 1 | -0/+30 |
|/ / / / |
|
* | | | | Merge pull request #868 from pjbgf/fix-fuzz | Paulo Gomes | 2023-10-09 | 2 | -5/+34 |
|\ \ \ \ |
|
| * | | | | plumbing: protocol/packp, Add validation for decodeLine | Paulo Gomes | 2023-10-07 | 2 | -5/+34 |
| |/ / / |
|
* | | | | Merge pull request #860 from enverbisevac/master | Paulo Gomes | 2023-10-08 | 11 | -173/+353 |
|\ \ \ \ |
|
| * | | | | git: clone --shared implemented | enverbisevac | 2023-10-08 | 11 | -173/+353 |
* | | | | | Merge pull request #854 from zeripath/graph-chain | Paulo Gomes | 2023-10-08 | 20 | -396/+1607 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | plumbing: commitgraph, fix types and handle commit-graph-chains | Andrew Thornton | 2023-10-08 | 20 | -396/+1607 |
|/ / / / |
|
* | | | | Merge pull request #858 from 0x34d/fuzzing-cleanup | Paulo Gomes | 2023-10-06 | 4 | -14/+74 |
|\ \ \ \ |
|
| * | | | | [fuzzing] cifuzz, update fuzzers, bug fix | Arjun Singh | 2023-10-06 | 4 | -14/+74 |
| |/ / / |
|
* | | | | Merge pull request #761 from liwenqiu/parse-commit-encoding-header | Paulo Gomes | 2023-10-04 | 2 | -4/+25 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | plumbing: parse the encoding header of the commit object | liwenqiu | 2023-10-04 | 2 | -4/+25 |
* | | | | Merge pull request #855 from 0x34d/fuzzing | Paulo Gomes | 2023-10-03 | 9 | -0/+94 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fuzzing : fuzz testing support for oss-fuzz integration | Arjun Singh | 2023-10-02 | 9 | -0/+94 |
* | | | | Merge pull request #853 from zeripath/graph-sha256 | Paulo Gomes | 2023-10-01 | 2 | -13/+31 |
|\ \ \ \ |
|
| * | | | | plumbing: commitgraph, allow SHA256 commit-graphs | Andrew Thornton | 2023-09-30 | 2 | -13/+31 |
|/ / / / |
|
* | | | | Merge pull request #850 from pjbgf/adjust-stale | Paulo Gomes | 2023-09-29 | 1 | -6/+4 |
|\| | | |
|