-
Notifications
You must be signed in to change notification settings - Fork 898
Comparing changes
Open a pull request
base repository: go-git/go-git
base: v5.5.0
head repository: go-git/go-git
compare: v5.5.1
- 8 commits
- 8 files changed
- 3 contributors
Commits on Dec 2, 2022
-
build: Add CI check for CGO_ENABLED=0
Some applications that depend on go-git may not need to build using CGO. The new test ensures no new regressions going forwards. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Configuration menu - View commit details
-
Copy full SHA for a0b612a - Browse repository at this point
Copy the full SHA a0b612aView commit details
Commits on Dec 3, 2022
-
build: Bump github.com/pjbgf/sha1cd to v0.2.3
Fixes regression in which applications that depend on go-git could no longer build with CGO_ENABLED=0 or when vendoring dependencies. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Configuration menu - View commit details
-
Copy full SHA for 223e732 - Browse repository at this point
Copy the full SHA 223e732View commit details -
Return error instead of creating empty commits
BuildTree now returns an ErrEmptyCommit error, when there are no changes to be committed. This can be opted-out via CommitOptions.AllowEmptyCommits. This is a breaking change which enables applications to detect when empty commits are to be created. Some instances in which this can occur is when the fs (e.g. `billy/osfs`) make changes to the underlying files, causing a conflict between what the previous Git worktree state was, and the current state. Changes to the fs implementations are orthogonal to this, and will be dealt with separately. The new behaviour aligns with the Git CLI, in which empty commits returns the error message: 'nothing to commit, working tree clean'. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Configuration menu - View commit details
-
Copy full SHA for a513415 - Browse repository at this point
Copy the full SHA a513415View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08db65f - Browse repository at this point
Copy the full SHA 08db65fView commit details
Commits on Dec 11, 2022
-
Merge pull request #623 from pjbgf/empty-commit
Return error instead of creating empty commits
Configuration menu - View commit details
-
Copy full SHA for c7050e7 - Browse repository at this point
Copy the full SHA c7050e7View commit details -
Merge pull request #625 from pjbgf/bump-sha1cd-nocgo
Fix error when building with `CGO_ENABLED=0`
Configuration menu - View commit details
-
Copy full SHA for f62ac39 - Browse repository at this point
Copy the full SHA f62ac39View commit details -
Merge pull request #617 from doxsch/616-update-ssh-agent-to-master
plumbing: transport/ssh: fix panic on Windows 10 with paegent as ssh-agent
Configuration menu - View commit details
-
Copy full SHA for e43edee - Browse repository at this point
Copy the full SHA e43edeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 736622f - Browse repository at this point
Copy the full SHA 736622fView 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 v5.5.0...v5.5.1