add hex2bin filter for easy diff
commitaac58a7e9dafc15a0a0736e11388e03867cd34ad
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 19 Jun 2009 14:03:18 +0000 (20 00:03 +1000)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 19 Jun 2009 14:03:18 +0000 (20 00:03 +1000)
tree8f7b81e3e54291ecf169bdb5dd0f5422c2a00617
parent6fba4239e0a7edf74a12fa81ceeba63e15586d37
add hex2bin filter for easy diff

now you should do

git config diff.bdf.textconv ./hex2bin.pl
git config core.whitespace -trailing-space
.gitattributes [new file with mode: 0644]
hex2bin.pl [new file with mode: 0755]