Skip to content

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
@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