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 merge_from_mkdocs_material.py to handle renames #310

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

jbms
Copy link
Owner

@jbms jbms commented Jan 11, 2024

merge_from_mkdocs_material.py now uses git-rebase to the do the merge, which works better than git apply --3way.

@jbms jbms requested a review from 2bndy5 January 11, 2024 08:34
merge_from_mkdocs_material.py now uses git-rebase to the do the merge,
which works better than `git apply --3way`.
@jbms jbms force-pushed the update-merge-script branch from 33f6713 to 5a2db9b Compare January 11, 2024 08:39
Copy link
Collaborator

@2bndy5 2bndy5 left a comment

Choose a reason for hiding this comment

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

It works now! Thanks!

@2bndy5 2bndy5 linked an issue Jan 11, 2024 that may be closed by this pull request
@2bndy5 2bndy5 merged commit 6e40b22 into main Jan 11, 2024
57 checks passed
@2bndy5 2bndy5 deleted the update-merge-script branch February 1, 2024 19:41
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.

use libgit2 directly in merge script
2 participants