aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1056 from pjbgf/fix-symlinkPaulo Gomes2024-06-076-8/+17
|\
| * plumbing: format, Handle case where fs.Join breaks with C: in WindowsPaulo Gomes2024-05-201-1/+10
| * build: Bump Go versions to align with supported versionsPaulo Gomes2024-05-204-4/+4
| * *: Bump go-billy to fix symlink issue. Fixes #302Paulo Gomes2024-05-202-3/+3
* | Merge pull request #1107 from go-git/dependabot/go_modules/golang.org/x/text-...Paulo Gomes2024-06-052-10/+12
|\ \
| * | build: bump golang.org/x/text from 0.15.0 to 0.16.0dependabot[bot]2024-06-052-10/+12
|/ /
* | Merge pull request #1106 from go-git/dependabot/go_modules/golang.org/x/sys-0...Paulo Gomes2024-06-052-3/+3
|\ \
| * | build: bump golang.org/x/sys from 0.20.0 to 0.21.0dependabot[bot]2024-06-052-3/+3
|/ /
* | Merge pull request #1100 from ggambetti/masterPaulo Gomes2024-05-285-9/+54
|\ \
| * | plumbing: transport/http, Wrap http errors to return reason. Fixes #1097Gianni Gambetti2024-05-275-9/+54
|/ /
* | Merge pull request #1050 from onee-only/fix-empty-commitPaulo Gomes2024-05-224-24/+159
|\ \
| * | git: worktree, Fix tests affected by changed Commit method.onee-only2024-04-123-17/+144
| * | git: worktree_commit, Modify checking empty commit. Fixes #723onee-only2024-04-111-7/+19
* | | Merge pull request #1088 from johnmatthiggins/examplesPaulo Gomes2024-05-201-0/+15
|\ \ \ | |_|/ |/| |
| * | git: Added an example for Repository.BranchesJohn Higgins2024-05-051-0/+15
* | | Merge pull request #1093 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-05-162-3/+3
|\ \ \
| * \ \ Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.25.0Paulo Gomes2024-05-160-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1094 from go-git/dependabot/go_modules/golang.org/x/crypt...Paulo Gomes2024-05-162-7/+7
|\ \ \ \
| * | | | build: bump golang.org/x/crypto from 0.22.0 to 0.23.0dependabot[bot]2024-05-162-7/+7
|/ / / /
* | | | Merge pull request #1091 from go-git/dependabot/go_modules/golang.org/x/text-...Paulo Gomes2024-05-162-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | build: bump golang.org/x/text from 0.14.0 to 0.15.0dependabot[bot]2024-05-062-3/+3
|/ / /
| * / build: bump golang.org/x/net from 0.24.0 to 0.25.0dependabot[bot]2024-05-072-13/+13
|/ /
* | Merge pull request #1085 from aymanbagabas/head-ref-firstPaulo Gomes2024-04-282-14/+21
|\ \
| * | storage: dotgit, add testAyman Bagabas2024-04-271-7/+13
| * | storage: dotgit, head reference usually comes firstAyman Bagabas2024-04-261-7/+8
* | | Merge pull request #1084 from aymanbagabas/sideband-flushPaulo Gomes2024-04-272-3/+28
|\ \ \ | |/ / |/| |
| * | plumbing: fix sideband demux on flushAyman Bagabas2024-04-262-3/+28
|/ /
* | Merge pull request #1078 from go-git/dependabot/go_modules/cli/go-git/golang....Paulo Gomes2024-04-192-3/+3
|\ \
| * | build: bump golang.org/x/net from 0.22.0 to 0.23.0 in /cli/go-gitdependabot[bot]2024-04-192-3/+3
|/ /
* | plumbing: protocol/packp, client-side filter capability support (#1000)Nikolay Edigaryev2024-04-115-0/+160
* | Merge pull request #1077 from onee-only/refine-testsPaulo Gomes2024-04-115-7/+11
|\ \
| * | git: Refine some codes in test and non-test.onee-only2024-04-115-7/+11
|/ /
* | Merge pull request #1066 from codablock/fix-unknown-extensionsPaulo Gomes2024-04-094-41/+201
|\ \
| * | plumbing: Add link to index-format docsAlexander Block2024-04-091-0/+2
| * | plumbing: Add tests for unknown extensions, truncated extensions and invalid ...Alexander Block2024-04-061-0/+102
| * | plumbing: Implement encodeRawExtension that can be used by testsAlexander Block2024-04-061-1/+33
| * | plumbing: Properly support skipping of non-mandatory extensionsAlexander Block2024-04-061-8/+30
| * | plumbing: Properly detect EOF when reading index extensionsAlexander Block2024-04-052-35/+37
|/ /
* | Merge pull request #1071 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-04-052-10/+10
|\ \
| * | build: bump golang.org/x/net from 0.23.0 to 0.24.0dependabot[bot]2024-04-052-10/+10
|/ /
* | Merge pull request #1068 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-04-042-3/+3
|\ \
| * | build: bump golang.org/x/net from 0.22.0 to 0.23.0dependabot[bot]2024-04-042-3/+3
|/ /
* | Merge pull request #1065 from go-git/dependabot/go_modules/cli/go-git/github....Paulo Gomes2024-04-042-25/+25
|\ \
| * | build: bump github.com/go-git/go-git/v5 in /cli/go-gitdependabot[bot]2024-04-012-25/+25
|/ /
* | Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...v5.12.0Paulo Gomes2024-03-192-3/+3
|\ \
| * | build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7dependabot[bot]2024-03-192-3/+3
|/ /
* | Merge pull request #937 from matejrisek/feature/rename-short-fieldsPaulo Gomes2024-03-163-17/+17
|\ \
| * | plumbing: Replace short field names with more descriptive ones.Matej Risek2023-11-193-17/+17
* | | Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...Paulo Gomes2024-03-132-3/+3
|\ \ \ | |_|/ |/| |
| * | build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.2dependabot[bot]2024-03-132-3/+3
|/ /