Skip to content

bugfix: binary files detect case missing. #54

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

Closed
wants to merge 1 commit into from

Conversation

FFengIll
Copy link

@FFengIll FFengIll commented Jan 7, 2025

As title, I found some git version output diff patch with binary as below

Binary files path/to/the/file` differ\n

This is a missing case in go-gitdiff module which only match "Binary files differ\n".

@bluekeyes
Copy link
Owner

Thanks for reporting this bug! I hope you don't mind, but I fixed this using a slightly different approach in #55 so that the logic is a better match for what Git does.

@bluekeyes bluekeyes closed this Jan 8, 2025
@FFengIll
Copy link
Author

FFengIll commented Jan 8, 2025

Cool, LGTM.

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.

2 participants