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

Make .git folder optional so tool can be run on any folder #144

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Jan 7, 2025

We use the .git folder to determine if it's safe to do an incremental compile.

So that changing branches will force a full compilation.

If you run the tool from a source with no git folder we were erroneously throwing an error. This should be allowed.

@Mpdreamz Mpdreamz requested a review from reakaleek January 7, 2025 13:57
@Mpdreamz Mpdreamz added the bug label Jan 7, 2025
@Mpdreamz Mpdreamz merged commit b19b0c8 into main Jan 7, 2025
3 checks passed
@Mpdreamz Mpdreamz deleted the fix/optional-git-folder branch January 7, 2025 14:26
@bmorelli25 bmorelli25 mentioned this pull request Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants