This shows a diff of a binary file: ```shell $ git diff diff --git c/image.png w/image.png index 9be2f56..f30aa31 100644 Binary files c/image.png and w/image.png differ ``` Note that the first line says "diff --git", which means that gitdiff-parser [treats this as a normal file](https://github.com/ecomfe/gitdiff-parser/blob/ff18592de137c080d77291cf6e26e63c4ebc13da/index.js#L74). The "Binary" prefix isn't until later.