aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #948 from go-git/dependabot/go_modules/cli/go-git/github.c...Paulo Gomes2023-11-302-15/+10
|\ \ \ \ | |/ / / |/| | |
| * | | build: bump github.com/go-git/go-git/v5 in /cli/go-gitdependabot[bot]2023-11-282-15/+10
|/ / /
* | | Merge pull request #947 from go-git/dependabot/go_modules/golang.org/x/net-0....Paulo Gomes2023-11-282-3/+3
|\ \ \
| * | | build: bump golang.org/x/net from 0.18.0 to 0.19.0dependabot[bot]2023-11-282-3/+3
|/ / /
* | | Merge pull request #945 from go-git/dependabot/go_modules/golang.org/x/crypto...Paulo Gomes2023-11-282-7/+7
|\ \ \
| * | | build: bump golang.org/x/crypto from 0.15.0 to 0.16.0dependabot[bot]2023-11-282-7/+7
|/ / /
* | | Merge pull request #936 from aymanbagabas/more-packpv5.10.1Paulo Gomes2023-11-259-112/+403
|\ \ \ | |/ / |/| |
| * | plumbing: transport: use git-proto-request and decode error-line errorsAyman Bagabas2023-11-235-114/+157
| * | plumbing: handle pktline erro-line as errorsAyman Bagabas2023-11-233-0/+128
| * | plumbing: add git-proto-request typeAyman Bagabas2023-11-232-0/+120
|/ /
* | Merge pull request #930 from steiler/fixSocketsPaulo Gomes2023-11-202-0/+30
|\ \
| * | utils: merkletrie, Skip loading sockets as filesystem nodes. Fixes #312steiler2023-11-192-0/+30
* | | Merge pull request #752 from pjbgf/rt1Paulo Gomes2023-11-171-5/+15
|\ \ \
| * | | plumbing: transport/git, Improve tests error messagePaulo Gomes2023-11-171-5/+15
|/ / /
* | | Merge pull request #932 from aymanbagabas/fix-emptyPaulo Gomes2023-11-173-0/+24
|\ \ \
| * | | plumbing: fix empty uploadpack request errorAyman Bagabas2023-11-163-0/+24
* | | | Merge pull request #931 from aymanbagabas/trace-utilsPaulo Gomes2023-11-164-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | utils: move trace to utilsAyman Bagabas2023-11-164-2/+2
|/ / /
* | | Merge pull request #916 from aymanbagabas/tracePaulo Gomes2023-11-154-0/+157
|\ \ \
| * | | plumbing: format/pktline: trace packetsAyman Bagabas2023-11-152-0/+7
| * | | internal: add trace packageAyman Bagabas2023-11-152-0/+150
|/ / /
* | | Merge pull request #922 from aymanbagabas/cleanup-ioutilPaulo Gomes2023-11-148-38/+4
|\ \ \
| * | | utils: remove ioutil.Pipe and use std library io.PipeAyman Bagabas2023-11-138-38/+4
|/ / /
* | | Merge pull request #918 from go-git/dependabot/go_modules/golang.org/x/net-0....Paulo Gomes2023-11-092-3/+3
|\ \ \
| * | | build: bump golang.org/x/net from 0.17.0 to 0.18.0dependabot[bot]2023-11-092-3/+3
|/ / /
* | | 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
|\ \ \ \ \