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

scripts/unpack: use git apply whenever patch includes a renamed file #1936

Merged
merged 1 commit into from
Sep 2, 2017
Merged

scripts/unpack: use git apply whenever patch includes a renamed file #1936

merged 1 commit into from
Sep 2, 2017

Conversation

MilhouseVH
Copy link
Contributor

Renaming (moving) a file is something that git supports when patching, but GNU patch does not, consequently complex git-based patches that move/rename (but don't otherwise change) files cannot be applied by the LibreELEC patching process. This addresses that issue.

@chewitt chewitt self-requested a review September 2, 2017 15:11
@chewitt chewitt merged commit 7e113c7 into LibreELEC:master Sep 2, 2017
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

3 participants