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

Added support for "Should Delete New Files on Revert" #124

Conversation

juliomaqueda
Copy link
Contributor

Unreal Engine 5 added a Source Control project settings to let users decide if they want to delete newly added files when calling Revert (true by default).

This PR covers the support for that parameter, keeping new files as "Private" when the setting is disable, and removing the new files from disk when it is enable.

Copy link
Collaborator

@SRombautsU SRombautsU left a comment

Choose a reason for hiding this comment

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

Very minor changes on code style

@SRombautsU SRombautsU merged commit 7b768c5 into SRombauts:master Jan 31, 2023
@SRombautsU SRombautsU deleted the 1001523-support-for-should-delete-new-files-during-revert branch January 31, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants