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

Active diff snapshot not automatically run #492

Merged
merged 2 commits into from
Jan 18, 2024
Merged

Active diff snapshot not automatically run #492

merged 2 commits into from
Jan 18, 2024

Conversation

jakethekoenig
Copy link
Member

It's not very safe to be messing with git at startup. There are a lot of edge cases. Most users won't use the sampler at all and even with this change the sampler will still work well assuming the changes being made aren't related to the active diff.

Pull Request Checklist

  • Documentation has been updated, or this change doesn't require that

It's not very safe to be messing with git at startup. There are a lot of
edge cases. Most users won't use the sampler at all and even with this
change the sampler will still work well assuming the changes being made
aren't related to the active diff.
Copy link
Member

@biobootloader biobootloader left a comment

Choose a reason for hiding this comment

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

Feel free to merge as this fixes user issue, but @granawkins what are your thoughts?

@jakethekoenig
Copy link
Member Author

The user said they had a workaround with .gitignore. I'll wait to merge until Grant's seen it.

@jakethekoenig jakethekoenig merged commit 1e4fb9d into main Jan 18, 2024
16 checks passed
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.

Git Diff problem caused by Sampler when using a Virtual environment
2 participants