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

Support diffs including binary files #57

Open
samatcodeapprove opened this issue Feb 4, 2023 · 0 comments
Open

Support diffs including binary files #57

samatcodeapprove opened this issue Feb 4, 2023 · 0 comments

Comments

@samatcodeapprove
Copy link

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 (@@).

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

No branches or pull requests

1 participant