mricon / b4

Tool to help with email-based patch workflows
GNU General Public License v2.0
59 stars 20 forks source link

Cannot create a binary patch #24

Open akihikodaki opened 4 months ago

akihikodaki commented 4 months ago

b4 uses git show to create patches. Unlike git format-patch, git show defaults not to create a binary patch. It's nice if there is some way to specify --binary option for git show.