aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #973 from go-git/dependabot/github_actions/github/codeql-a...Paulo Gomes2023-12-192-3/+3
|\ \ \
| * | | build: bump github/codeql-action from 2 to 3dependabot[bot]2023-12-182-3/+3
* | | | Merge pull request #974 from go-git/dependabot/go_modules/golang.org/x/crypto...Paulo Gomes2023-12-192-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | build: bump golang.org/x/crypto from 0.16.0 to 0.17.0dependabot[bot]2023-12-192-3/+3
|/ / /
* | | Merge pull request #972 from go-git/dependabot/github_actions/actions/upload-...Paulo Gomes2023-12-181-1/+1
|\ \ \ | |/ / |/| |
| * | build: bump actions/upload-artifact from 3 to 4dependabot[bot]2023-12-181-1/+1
|/ /
* | Merge pull request #966 from aymanbagabas/taghash-checkoutPaulo Gomes2023-12-144-17/+49
|\ \
| * | git: worktree checkout tag hash id (#959)Ayman Bagabas2023-12-124-17/+49
* | | Merge pull request #969 from nodivbyzero/fix-185-setauth-err-checkPaulo Gomes2023-12-142-1/+26
|\ \ \ | |/ / |/| |
| * | plumbing: check setAuth error. Fixes #185nodivbyzero2023-12-132-1/+26
|/ /
* | Merge pull request #961 from go-git/dependabot/go_modules/cli/go-git/github.c...Paulo Gomes2023-12-112-15/+14
|\ \
| * | build: bump github.com/go-git/go-git/v5 in /cli/go-gitdependabot[bot]2023-12-112-15/+14
* | | Merge pull request #962 from go-git/dependabot/github_actions/actions/stale-9Paulo Gomes2023-12-111-1/+1
|\ \ \
| * | | build: bump actions/stale from 8 to 9dependabot[bot]2023-12-111-1/+1
| |/ /
* | | Merge pull request #963 from go-git/dependabot/github_actions/actions/setup-go-5Paulo Gomes2023-12-112-2/+2
|\ \ \ | |/ / |/| |
| * | build: bump actions/setup-go from 4 to 5dependabot[bot]2023-12-112-2/+2
|/ /
* | Merge pull request #958 from pjbgf/workvalv5.11.0Paulo Gomes2023-12-084-6/+188
|\ \
| * | build: Ensure checkout is the first operationPaulo Gomes2023-12-082-6/+6
| * | git: worktree, Align validation with upstream rulesPaulo Gomes2023-12-082-0/+182
|/ /
* | Merge pull request #953 from pjbgf/alternatesPaulo Gomes2023-12-036-64/+203
|\ \
| * | storage: filesystem, Add option to set a specific FS for alternatesPaulo Gomes2023-12-026-64/+203
|/ /
* | Merge pull request #941 from djmoch/filestats-renamePaulo Gomes2023-12-012-2/+56
|\ \
| * | plumbing: object, enable renames in getFileStatsFromFilePatchesDaniel Moch2023-11-272-2/+56
* | | Merge pull request #939 from dhoizner/fix-pull-after-shallowPaulo Gomes2023-12-013-7/+65
|\ \ \
| * | | git: stop iterating at oldest shallow when pulling. Fixes #305Dan Hoizner2023-11-273-7/+65
| |/ /
* | | Merge pull request #950 from aymanbagabas/validate-refPaulo Gomes2023-12-018-3/+224
|\ \ \
| * | | git: validate reference namesAyman Bagabas2023-11-308-3/+224
* | | | 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
|/ / /