www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a3f0653e5c5cebccce249113c1485fc3909ca77b
parent d4aa6a7253327ff000a962e10a06505f6fde66dd
Author: Martin von Gagern <gagern@ma.tum.de>
Date:   Thu, 19 Jan 2017 17:47:59 +0100

Set up a diff attribute and textconv instructions for font files

This may help us generate human-readable diffs of font files.

Diffstat:
A.gitattributes | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,9 @@ +# Install ttx from https://github.com/fonttools/fonttools, +# then add this to your ~/.gitconfig to diff fonts more easily: + +#[diff "font"] +# binary = true +# textconv = ttx -q -i -o - + +*.ttf diff=font +*.woff diff=font