Skip to content
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

Fix tests for git 2.41.0+ #622

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

metanivek
Copy link
Member

  • git index-path now requires a '.idx' extension for the index file
  • git fsck has stricter timezone parsing and caught a bug in date calculation in a test when the current timezone is negative

Fixes #617

- `git index-path` now requires a '.idx' extension for the index file
- `git fsck` has stricter timezone parsing and caught a bug in date
calculation in a test when the current timezone is negative
@dinosaure
Copy link
Member

LGTM, thanks!

@dinosaure dinosaure merged commit 5c8ec46 into mirage:main Aug 16, 2023
@metanivek metanivek deleted the tests/git.2.41.0 branch August 16, 2023 12:50
dinosaure added a commit to dinosaure/opam-repository that referenced this pull request Sep 30, 2023
CHANGES:

- Fix tests with `git.2.41.0+` (@metanivek, mirage/ocaml-git#622)
- Fix raw parsing in the middle of the buffer (@metanivek, mirage/ocaml-git#623)
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
CHANGES:

- Fix tests with `git.2.41.0+` (@metanivek, mirage/ocaml-git#622)
- Fix raw parsing in the middle of the buffer (@metanivek, mirage/ocaml-git#623)
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.

Test failure with git 2.41
2 participants