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 unwanted update during rebase #11

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

Conversation

AdrianWeaver
Copy link

@AdrianWeaver AdrianWeaver commented Sep 27, 2022

Using a system cmd checking if a rebase is in progress to deny the update.

Fix #10

Using an execute cmd checking if a rebase is in progress to deny
the update.

Fix 42Paris#10
@AdrianWeaver
Copy link
Author

This fix seem to cause another error adding another header if one already exists during a rebase.
Working on a clean solution.

Previous fix created an unwanted behaviour when calling stdheader
several times during a rebase.

This commit fixes this issue. Thus providing a cleaner solution for
the original fix.
@AdrianWeaver
Copy link
Author

Fixed mistake highlighted in previous comment.
Should be a working solution to the original issue #10.

@AdrianWeaver AdrianWeaver reopened this Sep 27, 2022
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.

Stdheader updating while doing a rebase
1 participant