added capability of handling FreeCAD files with git diff
This commit is contained in:
@@ -5,3 +5,10 @@
|
||||
helper = store
|
||||
[http]
|
||||
sslVerify = true
|
||||
[diff "zip"]
|
||||
textconv = unzip -c -a
|
||||
[core]
|
||||
attributesfile = ~/.gitattributes
|
||||
[filter "zippey"]
|
||||
smudge = ~/zippey/zippey.py d
|
||||
clean = ~/zippey/zippey.py e
|
||||
Reference in New Issue
Block a user