generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix remote logic - Account for new lock error - Set committer details when updating reflog This fixes some issues when dealing with git index repos managed by cargo that the internal testing in this crate didn't discover, namely that cargo (via git2) does not set remotes, and updating reflogs requires that a committer be set by gix which isn't the case in CI environments (I guess that doesn't apply if the remote is a directory on the same filesystem?). So this PR resolves both those issues.
- Loading branch information
1 parent
d0d18f3
commit ae3d8e8
Showing
1 changed file
with
133 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters