added capability of handling FreeCAD files with git diff
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
*.FCStd filter=zippey
|
||||
*.FCStd diff=zip
|
||||
@@ -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
|
||||
Submodule
+1
Submodule git/zippey added at f037ce9e9b
Reference in New Issue
Block a user