aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1163 from ↵Paulo Gomes2024-08-072-13/+13
|\ | | | | | | | | go-git/dependabot/go_modules/golang.org/x/net-0.28.0 build: bump golang.org/x/net from 0.27.0 to 0.28.0
| * build: bump golang.org/x/net from 0.27.0 to 0.28.0dependabot[bot]2024-08-072-13/+13
|/ | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0. - [Commits](https://github.com/golang/net/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* plumbing: filemode, Remove check for setting size of .git/index file (#1159)Nicholas openSUSE Software Engineer2024-08-062-3/+94
| | | | | * plumbing: filemode, Remove check for setting size of .git/index file on staging. Fixes #1003 Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* Merge pull request #1160 from ↵Paulo Gomes2024-08-052-3/+3
|\ | | | | | | | | go-git/dependabot/go_modules/golang.org/x/sys-0.23.0 build: bump golang.org/x/sys from 0.22.0 to 0.23.0
| * build: bump golang.org/x/sys from 0.22.0 to 0.23.0dependabot[bot]2024-08-052-3/+3
|/ | | | | | | | | | | | | Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/sys/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1023 from rodrigocam/masterPaulo Gomes2024-08-033-3/+115
|\ | | | | git: worktree, Fix file reported as `Untracked` while it is committed
| * git: worktree, Add StatusWithOptionsPaulo Gomes2024-08-033-38/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for #119 improves the Worktree.Status() behaviour by preloading all existing files and setting their status to unmodified. Which makes it more reliable when doing per file status verification, however breaks backwards compatibility in two ways: - Increased execution time and space: the preloading can be slow in very large repositories and will increase memory usage when representing the state. - Behaviour: the previous behaviour returned a map with a small subset of entries. The new behaviour will include a new entry for every file within the repository. This commit introduces reverts the change in the default behaviour, and introduces StatusWithOptions so that users can opt-in the new option. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
| * git: worktree, Build status based on the current index instead of building ↵Rodrigo Oliveira2024-02-052-1/+57
| | | | | | | | it empty. Fixes #119
* | Merge pull request #1152 from edigaryev/remove-duplicate-checksPaulo Gomes2024-07-311-11/+9
|\ \ | | | | | | plumbing: format/packfile, remove duplicate checks in findMatch()
| * | plumbing: format/packfile, early returnNikolay Edigaryev2024-07-211-3/+3
| | | | | | | | | | | | Co-authored-by: onee-only <kimww0306@gmail.com>
| * | 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 commits
| * | | git: Fix fetching missing commitsArieh Schneier2024-07-292-13/+58
|/ / / | | | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
* | | Merge pull request #1138 from SatelliteMind/bugfix/object-cachePaulo Gomes2024-07-262-2/+63
|\ \ \ | | | | | | | | storage: filesystem, Fix object cache not working due to uninitialised objects being put into cache
| * | | storage: filesystem, Fix object cache not working due to uninitialised ↵SatelliteMind2024-07-122-2/+63
| | | | | | | | | | | | | | | | objects being put into cache; The hash (which is the cache key) returned by the object at the previous put-into-cache point is always zero, so subsequent loads of the same object were never resolved from the cache.
* | | | Merge pull request #1030 from crazybolillo/i912-crazybolilloPaulo Gomes2024-07-261-0/+3
|\ \ \ \ | | | | | | | | | | build: run example tests during CI workflow
| * | | | build: Fix syntax to test examples on WindowsPaulo Gomes2024-07-261-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
| * | | | build: run example tests during CI workflowCrazyBolillo2024-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests for examples exist, however they were not being run as part of the CI. This commit fixes it by adding a new step in the test workflow which runs said tests. Related to #912.
* | | | | Merge pull request #1157 from Javier-varez/ja/knownHostsDbPaulo Gomes2024-07-263-12/+124
|\ \ \ \ \ | |_|_|/ / |/| | | | plumbing: transport/ssh, Add support for SSH @cert-authority.
| * | | | plumbing: transport/ssh, Add support for SSH @cert-authority.Javier Alvarez Garcia2024-07-243-12/+124
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skeema/knownhosts v1.3.0 introduced a HostKeyDB type that extends the HostKeyCallback functionality to support @cert-authority algorithms. `known_hosts` files may contain lines with @cert-authority markers to indicate that a line corresponds to a certificate instead of a key. If a git remote uses cert authorities as the preferred host identification mechanism, the functionality added in skeema/knownhosts v1.3.0 is needed so that go-git can interact with this remote. See https://github.com/skeema/knownhosts/pull/9 for details.
* | | | Merge pull request #1147 from ↵Paulo Gomes2024-07-182-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | go-git/dependabot/go_modules/github.com/skeema/knownhosts-1.3.0 build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0
| * | | | build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0dependabot[bot]2024-07-172-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/skeema/knownhosts](https://github.com/skeema/knownhosts) from 1.2.2 to 1.3.0. - [Commits](https://github.com/skeema/knownhosts/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: github.com/skeema/knownhosts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #1114 from BauWatch/fix-load-ignored-gitignoresPaulo Gomes2024-07-132-1/+19
|\ \ \ \ | | | | | | | | | | plumbing: gitignore, Fix loading of ignored .gitignore files.
| * | | | plumbing: gitignore, Fix loading of ignored .gitignore files.Wouter Horlings2024-06-172-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop loading .gitignore files from ignored directories, as this can cause files to be included that should not be. See https://git-scm.com/docs/gitignore#_pattern_format
* | | | | Merge pull request #1141 from pjbgf/absPaulo Gomes2024-07-132-7/+35
|\ \ \ \ \ | | | | | | | | | | | | plumbing: transport/file, Change paths to absolute
| * | | | | plumbing: transport/file, Change paths to absolutePaulo Gomes2024-07-132-7/+35
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* | | | | Merge pull request #1142 from pjbgf/emptyPaulo Gomes2024-07-132-0/+20
|\ \ \ \ \ | |/ / / / |/| | | | utils: merkletrie, Align error message with upstream
| * | | | utils: merkletrie, Align error message with upstreamPaulo Gomes2024-07-132-0/+20
|/ / / / | | | | | | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* | | | Merge pull request #1134 from ↵Paulo Gomes2024-07-052-10/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | go-git/dependabot/go_modules/golang.org/x/net-0.27.0 build: bump golang.org/x/net from 0.26.0 to 0.27.0
| * | | | build: bump golang.org/x/net from 0.26.0 to 0.27.0dependabot[bot]2024-07-052-10/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0. - [Commits](https://github.com/golang/net/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #1116 from Javier-varez/ja/FixReferenceUpdatedConcurrentlyPaulo Gomes2024-06-292-0/+79
|\ \ \ \ | | | | | | | | | | Fix reference updated concurrently error for the filesystem storer
| * | | | storage: Fix reference updated concurrently error for the filesystem storerJavier Alvarez Garcia2024-06-292-0/+79
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a reference exists in the packed refs file but not in the actual refs folder, we need to fall back to reading the pack refs file when storing the reference. This happens because by the time we are storing the reference, we open the file with write permissions and read from it. At that point, if the file is empty, we still need to read the valid reference. Otherwise, it will read 0, and assume that the references do not match (because the old value was read from the packed file).
* | | | Merge pull request #1129 from go-git/revert-995-git-cleanPaulo Gomes2024-06-284-54/+11
|\ \ \ \ | | | | | | | | | | Revert "Add option approximating `git clean -x` flag."
| * | | | 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
|\ \ \ \ | | | | | | | | | | Add option approximating `git clean -x` flag.
| * | | | git: add option approximating git clean -x.Matthew Suozzo2024-01-124-11/+54
| | | | |
* | | | | Merge pull request #1104 from ↵Paulo Gomes2024-06-272-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | go-git/dependabot/go_modules/golang.org/x/net-0.26.0 build: bump golang.org/x/net from 0.25.0 to 0.26.0
| * | | | | build: bump golang.org/x/net from 0.25.0 to 0.26.0dependabot[bot]2024-06-272-7/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0. - [Commits](https://github.com/golang/net/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #1124 from hbelmiro/upgrade-goproxyPaulo Gomes2024-06-272-3/+3
|\ \ \ \ \ | | | | | | | | | | | | build: bump github.com/elazarl/goproxy from v0.0.0-20230808193330-2592e75ae04a to v0.0.0-20240618083138-03be62527ccb
| * | | | | build: bump github.com/elazarl/goproxy from ↵hbelmiro2024-06-272-3/+3
|/ / / / / | | | | | | | | | | | | | | | v0.0.0-20230808193330-2592e75ae04a to v0.0.0-20240618083138-03be62527ccb
* | | | | Merge pull request #1115 from ↵Paulo Gomes2024-06-172-7/+6
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | go-git/dependabot/go_modules/cli/go-git/github.com/jessevdk/go-flags-1.6.1 build: bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 in /cli/go-git
| * | | | build: bump github.com/jessevdk/go-flags in /cli/go-gitdependabot[bot]2024-06-172-7/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/jessevdk/go-flags/releases) - [Commits](https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/jessevdk/go-flags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #1109 from gecko655/patch-1Paulo Gomes2024-06-081-1/+1
|\ \ \ \ | | | | | | | | | | _examples: Fixed a dead link COMPATIBILITY.md
| * | | | _examples: Fixed a dead link COMPATIBILITY.mdYAMAMORI, Akihiro2024-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | Fixed a dead link to the clone with ssh example in COMPATIBILITY.md
* | | | | Merge pull request #1056 from pjbgf/fix-symlinkPaulo Gomes2024-06-076-8/+17
|\ \ \ \ \ | |/ / / / |/| | | | Bumps Go versions and go-billy
| * | | | plumbing: format, Handle case where fs.Join breaks with C: in WindowsPaulo Gomes2024-05-201-1/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
| * | | | build: Bump Go versions to align with supported versionsPaulo Gomes2024-05-204-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
| * | | | *: Bump go-billy to fix symlink issue. Fixes #302Paulo Gomes2024-05-202-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
* | | | | Merge pull request #1107 from ↵Paulo Gomes2024-06-052-10/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | go-git/dependabot/go_modules/golang.org/x/text-0.16.0 build: bump golang.org/x/text from 0.15.0 to 0.16.0
| * | | | | build: bump golang.org/x/text from 0.15.0 to 0.16.0dependabot[bot]2024-06-052-10/+12
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>