We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I add a binary file to my project, the patch contains an entry like this:
diff --git a/functions/src/bin/mycmd b/functions/src/bin/mycmd new file mode 100755 index 0000000..998a95d Binary files /dev/null and b/functions/src/bin/mycmd differ
However using combinediff on a diff like this (with other files included) ignores this entry completely, probably because it lacks a hunk link (@@).
combinediff
@@
The text was updated successfully, but these errors were encountered:
fetchpatch
No branches or pull requests
If I add a binary file to my project, the patch contains an entry like this:
diff --git a/functions/src/bin/mycmd b/functions/src/bin/mycmd new file mode 100755 index 0000000..998a95d Binary files /dev/null and b/functions/src/bin/mycmd differ
However using
combinediff
on a diff like this (with other files included) ignores this entry completely, probably because it lacks a hunk link (@@
).The text was updated successfully, but these errors were encountered: