diff options
Diffstat (limited to 'client/add-git-attributes')
-rwxr-xr-x | client/add-git-attributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/add-git-attributes b/client/add-git-attributes new file mode 100755 index 0000000..80cc30c --- /dev/null +++ b/client/add-git-attributes @@ -0,0 +1,2 @@ +#!/bin/sh +git config diff.csv2tsv.textconv 'sed s/,/\\t/g' |