added capability of handling FreeCAD files with git diff

This commit is contained in:
paul-loedige
2022-09-18 21:52:51 +02:00
parent 2ac51ef937
commit 3280a62cac
4 changed files with 13 additions and 0 deletions
+3
View File
@@ -4,3 +4,6 @@
[submodule "zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule "git/zippey"]
path = git/zippey
url = https://bitbucket.org/sippey/zippey.git
+2
View File
@@ -0,0 +1,2 @@
*.FCStd filter=zippey
*.FCStd diff=zip
+7
View File
@@ -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