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

memfs: Add deterministic modification times #98

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Dec 31, 2024

Memfs returns the latest time on every invocation of ModTime(), which causes issues in go-git when an accurate modification time is required.

Relates to go-git/go-git#1342, when using the latest version of go-git-fixtures.

pjbgf added 2 commits January 10, 2025 16:09
Memfs returns the latest time on every invocation of ModTime(), which
causes issues in go-git when an accurate modification time is required.

Relates to go-git/go-git#1342, when using the
latest version of go-git-fixtures.

Signed-off-by: Paulo Gomes <[email protected]>
Copy link
Member

@aymanbagabas aymanbagabas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants