aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #917 from go-git/dependabot/go_modules/golang.org/x/crypto...Paulo Gomes2023-11-092-4/+4
|\
| * build: bump golang.org/x/crypto from 0.14.0 to 0.15.0dependabot[bot]2023-11-092-4/+4
|/
* Merge pull request #914 from aymanbagabas/cli-gomodPaulo Gomes2023-11-076-6/+179
|\
| * build: fix go-git binary buildAyman Bagabas2023-11-071-2/+2
| * build: add cli/go-git to dependabotAyman Bagabas2023-11-071-0/+7
| * cli: separate go module for cliAyman Bagabas2023-11-074-4/+170
|/
* Merge pull request #908 from pjbgf/refPaulo Gomes2023-11-072-113/+79
|\
| * plumbing: format/packfile, Refactor patch deltaPaulo Gomes2023-11-062-113/+79
|/
* Merge pull request #906 from go-git/dependabot/go_modules/golang.org/x/text-0...Paulo Gomes2023-11-062-3/+3
|\
| * build: bump golang.org/x/text from 0.13.0 to 0.14.0dependabot[bot]2023-11-062-3/+3
|/
* Merge pull request #907 from go-git/dependabot/go_modules/golang.org/x/sys-0....Paulo Gomes2023-11-062-3/+3
|\
| * build: bump golang.org/x/sys from 0.13.0 to 0.14.0dependabot[bot]2023-11-062-3/+3
* | Merge pull request #799 from pjbgf/perf2Paulo Gomes2023-11-064-61/+276
|\ \ | |/ |/|
| * plumbing: Optimise memory consumption for filesystem storagePaulo Gomes2023-10-283-50/+260
| * *: Improve BenchmarkPlainClonePaulo Gomes2023-10-281-11/+16
* | Merge pull request #896 from aymanbagabas/update-server-infoPaulo Gomes2023-11-036-4/+332
|\ \
| * | git: implement upload-server-info. Fixes #731Ayman Bagabas2023-11-036-4/+332
|/ /
* | Merge pull request #901 from anandf/fix_ssh_proxy_nil_dereferencePaulo Gomes2023-11-022-5/+27
|\ \ | |/ |/|
| * plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachab...Anand Francis Joseph2023-11-022-5/+27
|/
* Merge pull request #875 from adityasaky/fix-non-branch-ff-fetchPaulo Gomes2023-10-263-4/+145
|\
| * git: remote, flip branch check to not-tag checkAditya Sirish2023-10-262-3/+144
| * build: Add 'git' as valid commit msg schemeAditya Sirish2023-10-131-1/+1
* | Merge pull request #890 from go-git/dependabot/github_actions/actions/checkout-4Paulo Gomes2023-10-263-3/+3
|\ \
| * | build: bump actions/checkout from 3 to 4dependabot[bot]2023-10-253-3/+3
* | | Merge pull request #888 from go-git/dependabot/go_modules/github.com/skeema/k...Paulo Gomes2023-10-262-3/+3
|\ \ \
| * | | build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1dependabot[bot]2023-10-262-3/+3
|/ / /
* | | Merge pull request #891 from go-git/dependabot/github_actions/actions/setup-go-4Paulo Gomes2023-10-262-2/+2
|\ \ \
| * | | build: bump actions/setup-go from 3 to 4dependabot[bot]2023-10-252-2/+2
| |/ /
* | | Merge pull request #887 from go-git/dependabot/go_modules/github.com/google/g...Paulo Gomes2023-10-262-3/+3
|\ \ \ | |/ / |/| |
| * | build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0dependabot[bot]2023-10-252-3/+3
|/ /
* | Merge pull request #879 from pjbgf/create-dependabot-configPaulo Gomes2023-10-251-0/+15
|\ \ | |/ |/|
| * build: Add dependabot configurationPaulo Gomes2023-10-131-0/+15
* | Merge pull request #869 from zeripath/graph-generation-2v5.10.0Paulo Gomes2023-10-1317-58/+892
|\ \ | |/ |/|
| * plumbing: commitgraph, Add generation v2 supportAndrew Thornton2023-10-1217-58/+892
* | Merge pull request #873 from go-git/dependabot/go_modules/golang.org/x/net-0....Paulo Gomes2023-10-132-7/+7
|\ \ | |/ |/|
| * build: bump golang.org/x/net from 0.15.0 to 0.17.0Paulo Gomes2023-10-132-7/+7
* | Merge pull request #866 from makkes/better-error-handlingPaulo Gomes2023-10-123-4/+124
|\ \ | |/ |/|
| * plumbing: transport/common, Improve handling of remote errorsMax Jonas Werner2023-10-123-4/+124
* | Merge pull request #867 from pjbgf/commit-checkerPaulo Gomes2023-10-091-0/+30
|\ \
| * | build: Add github workflow to check commit message formatPaulo Gomes2023-10-091-0/+30
|/ /
* | Merge pull request #868 from pjbgf/fix-fuzzPaulo Gomes2023-10-092-5/+34
|\ \
| * | plumbing: protocol/packp, Add validation for decodeLinePaulo Gomes2023-10-072-5/+34
| |/
* | Merge pull request #860 from enverbisevac/masterPaulo Gomes2023-10-0811-173/+353
|\ \
| * | git: clone --shared implementedenverbisevac2023-10-0811-173/+353
* | | Merge pull request #854 from zeripath/graph-chainPaulo Gomes2023-10-0820-396/+1607
|\ \ \ | |_|/ |/| |
| * | plumbing: commitgraph, fix types and handle commit-graph-chainsAndrew Thornton2023-10-0820-396/+1607
|/ /
* | Merge pull request #858 from 0x34d/fuzzing-cleanupPaulo Gomes2023-10-064-14/+74
|\ \
| * | [fuzzing] cifuzz, update fuzzers, bug fixArjun Singh2023-10-064-14/+74
| |/
* | Merge pull request #761 from liwenqiu/parse-commit-encoding-headerPaulo Gomes2023-10-042-4/+25
|\ \ | |/ |/|
| * plumbing: parse the encoding header of the commit objectliwenqiu2023-10-042-4/+25