Skip to content

cargo: bump gix-actor to v0.31.4 #4022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Conversation

Minion3665
Copy link
Contributor

Gitoxide, which is used to parse git commits, previously failed to parse some malformed author/committer lines.

In 0.31.4, this parsing was made more lenient so as to better match Git's parsing and avoid breaking on "in-the-wild" repositories such as https://github.com/LibreOffice/core

Refs: GitoxideLabs/gitoxide#1438
Fixes: #4008

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

Gitoxide, which is used to parse git commits, previously failed to parse
some malformed author/committer lines.

In 0.31.4, this parsing was made more lenient so as to better match
Git's parsing and avoid breaking on "in-the-wild" repositories such as
https://github.com/LibreOffice/core

Refs: GitoxideLabs/gitoxide#1438
Fixes: jj-vcs#4008
@emilazy emilazy merged commit 5de0ae8 into jj-vcs:main Jul 3, 2024
17 checks passed
@Minion3665 Minion3665 deleted the push-pwptoumtrkkl branch July 3, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jj git clone fails to parse object on libreoffice core
2 participants