-
Notifications
You must be signed in to change notification settings - Fork 955
Comparing changes
Open a pull request
base repository: go-git/go-git
base: 5e23dfd
head repository: go-git/go-git
compare: ea3e7ec
- 6 commits
- 6 files changed
- 2 contributors
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ebb2d7d - Browse repository at this point
Copy the full SHA ebb2d7dView commit details -
Merge pull request #1941 from go-git/renovate/releases/v5.x-go-github…
….com-go-git-go-git-v5-vulnerability build: Update module github.com/go-git/go-git/v5 to v5.17.1 [SECURITY] (releases/v5.x)
Configuration menu - View commit details
-
Copy full SHA for 2212dc7 - Browse repository at this point
Copy the full SHA 2212dc7View commit details -
storage: filesystem/dotgit, Skip writing pack files that already exis…
…t on disk PackWriter.save() used fs.Create() unconditionally for .idx and .pack files. After the first write, fixPermissions() sets these to read-only (0o444), so a subsequent fetch/pull producing the same pack hash would fail with "permission denied" when Create() tried to truncate the existing read-only file. Each file (.idx, .pack, .rev) is now checked individually with Lstat before creation — if it already exists, the write is skipped. This mirrors the existing pattern in ObjectWriter.save() for loose objects. Also switches ObjectWriter.save() from Stat to Lstat for consistency. Signed-off-by: Paulo Gomes <paulo@entire.io> Assisted-by: Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 98ea9828f0ce
Configuration menu - View commit details
-
Copy full SHA for fda4f74 - Browse repository at this point
Copy the full SHA fda4f74View commit details -
Merge pull request #1944 from go-git/fix-perms
dotgit: skip writing pack files that already exist on disk
Configuration menu - View commit details
-
Copy full SHA for 45ae193 - Browse repository at this point
Copy the full SHA 45ae193View commit details
Commits on Apr 16, 2026
-
plumbing: transport/http, Add support for followRedirects policy
Back-port from #1997. Signed-off-by: Paulo Gomes <paulo@entire.io>
Configuration menu - View commit details
-
Copy full SHA for bcd20a9 - Browse repository at this point
Copy the full SHA bcd20a9View commit details -
Merge pull request #2004 from go-git/v5-http-hardening
plumbing: transport/http, Add support for followRedirects policy
Configuration menu - View commit details
-
Copy full SHA for ea3e7ec - Browse repository at this point
Copy the full SHA ea3e7ecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5e23dfd...ea3e7ec