So, I can import from p4 using git-p4 without any problem. Everything seems to work, but my PNG files (and perhaps others) are getting corrupted.
I've read about gitattributes and the line ending issues, but nothing I do seems to change the end result. Broken images.
My attributes file is: *.png binary
Any ideas? As I understand it, git is supposed to be smart enough to figure out that a png is a binary file without this help.
Is this something particular to do with how p4-git pulls the files out of Perforce?
Update: This is on Windows. I forgot that would be important.