aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* plumbing: signature, support the same x509 signature formats as gitYoav Amit2024-08-202-1/+15
* Merge pull request #1164 from go-git/dependabot/go_modules/golang.org/x/sys-0...Paulo Gomes2024-08-092-3/+3
|\
| * build: bump golang.org/x/sys from 0.23.0 to 0.24.0dependabot[bot]2024-08-092-3/+3
|/
* adjust path extracted from file: url on Windows (#416)tomqwpl2024-08-092-2/+57
* Merge pull request #1128 from pjbgf/small-fixesPaulo Gomes2024-08-096-8/+8
|\
| * build: Increase min stale time to 180 daysPaulo Gomes2024-06-291-1/+1
| * *: Small fixes to remove linter warningsPaulo Gomes2024-06-295-7/+7
* | Merge pull request #1163 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-08-072-13/+13
|\ \
| * | build: bump golang.org/x/net from 0.27.0 to 0.28.0dependabot[bot]2024-08-072-13/+13
|/ /
* | plumbing: filemode, Remove check for setting size of .git/index file (#1159)Nicholas openSUSE Software Engineer2024-08-062-3/+94
* | Merge pull request #1160 from go-git/dependabot/go_modules/golang.org/x/sys-0...Paulo Gomes2024-08-052-3/+3
|\ \
| * | build: bump golang.org/x/sys from 0.22.0 to 0.23.0dependabot[bot]2024-08-052-3/+3
|/ /
* | Merge pull request #1023 from rodrigocam/masterPaulo Gomes2024-08-033-3/+115
|\ \
| * | git: worktree, Add StatusWithOptionsPaulo Gomes2024-08-033-38/+94
| * | git: worktree, Build status based on the current index instead of building it...Rodrigo Oliveira2024-02-052-1/+57
* | | Merge pull request #1152 from edigaryev/remove-duplicate-checksPaulo Gomes2024-07-311-11/+9
|\ \ \
| * | | plumbing: format/packfile, early returnNikolay Edigaryev2024-07-211-3/+3
| * | | plumbing: format/packfile, remove duplicate checks in findMatch()Nikolay Edigaryev2024-07-201-11/+9
* | | | Merge pull request #1032 from AriehSchneier/fix-failed-fetchingPaulo Gomes2024-07-292-13/+58
|\ \ \ \
| * | | | git: Fix fetching missing commitsArieh Schneier2024-07-292-13/+58
|/ / / /
* | | | Merge pull request #1138 from SatelliteMind/bugfix/object-cachePaulo Gomes2024-07-262-2/+63
|\ \ \ \
| * | | | storage: filesystem, Fix object cache not working due to uninitialised object...SatelliteMind2024-07-122-2/+63
* | | | | Merge pull request #1030 from crazybolillo/i912-crazybolilloPaulo Gomes2024-07-261-0/+3
|\ \ \ \ \
| * | | | | build: Fix syntax to test examples on WindowsPaulo Gomes2024-07-261-4/+2
| * | | | | build: run example tests during CI workflowCrazyBolillo2024-03-151-0/+5
* | | | | | Merge pull request #1157 from Javier-varez/ja/knownHostsDbPaulo Gomes2024-07-263-12/+124
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | plumbing: transport/ssh, Add support for SSH @cert-authority.Javier Alvarez Garcia2024-07-243-12/+124
|/ / / / /
* | | | | Merge pull request #1147 from go-git/dependabot/go_modules/github.com/skeema/...Paulo Gomes2024-07-182-3/+3
|\ \ \ \ \
| * | | | | build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0dependabot[bot]2024-07-172-3/+3
|/ / / / /
* | | | | Merge pull request #1114 from BauWatch/fix-load-ignored-gitignoresPaulo Gomes2024-07-132-1/+19
|\ \ \ \ \
| * | | | | plumbing: gitignore, Fix loading of ignored .gitignore files.Wouter Horlings2024-06-172-1/+19
* | | | | | Merge pull request #1141 from pjbgf/absPaulo Gomes2024-07-132-7/+35
|\ \ \ \ \ \
| * | | | | | plumbing: transport/file, Change paths to absolutePaulo Gomes2024-07-132-7/+35
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1142 from pjbgf/emptyPaulo Gomes2024-07-132-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | utils: merkletrie, Align error message with upstreamPaulo Gomes2024-07-132-0/+20
|/ / / / /
* | | | | Merge pull request #1134 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-07-052-10/+10
|\ \ \ \ \
| * | | | | build: bump golang.org/x/net from 0.26.0 to 0.27.0dependabot[bot]2024-07-052-10/+10
|/ / / / /
* | | | | Merge pull request #1116 from Javier-varez/ja/FixReferenceUpdatedConcurrentlyPaulo Gomes2024-06-292-0/+79
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | storage: Fix reference updated concurrently error for the filesystem storerJavier Alvarez Garcia2024-06-292-0/+79
|/ / / /
* | | | Merge pull request #1129 from go-git/revert-995-git-cleanPaulo Gomes2024-06-284-54/+11
|\ \ \ \
| * | | | Revert "Add option approximating `git clean -x` flag."Paulo Gomes2024-06-284-54/+11
|/ / / /
* | | | Merge pull request #995 from msuozzo/git-cleanPaulo Gomes2024-06-284-11/+54
|\ \ \ \
| * | | | git: add option approximating git clean -x.Matthew Suozzo2024-01-124-11/+54
* | | | | Merge pull request #1104 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-06-272-7/+7
|\ \ \ \ \
| * | | | | build: bump golang.org/x/net from 0.25.0 to 0.26.0dependabot[bot]2024-06-272-7/+7
|/ / / / /
* | | | | Merge pull request #1124 from hbelmiro/upgrade-goproxyPaulo Gomes2024-06-272-3/+3
|\ \ \ \ \
| * | | | | build: bump github.com/elazarl/goproxy from v0.0.0-20230808193330-2592e75ae04...hbelmiro2024-06-272-3/+3
|/ / / / /
* | | | | Merge pull request #1115 from go-git/dependabot/go_modules/cli/go-git/github....Paulo Gomes2024-06-172-7/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | build: bump github.com/jessevdk/go-flags in /cli/go-gitdependabot[bot]2024-06-172-7/+6
|/ / / /
* | | | Merge pull request #1109 from gecko655/patch-1Paulo Gomes2024-06-081-1/+1
|\ \ \ \