From 189c18ae592b3d9d32694b0bf01f29ad1725c80a Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Mon, 12 Apr 2021 12:47:21 -0400 Subject: freecad-git: Hugo doesn't play nice with proper org escapes --- content/posts/WIP-freecad-and-git/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/posts/WIP-freecad-and-git/index.org b/content/posts/WIP-freecad-and-git/index.org index 73ddd86..c6d8d24 100644 --- a/content/posts/WIP-freecad-and-git/index.org +++ b/content/posts/WIP-freecad-and-git/index.org @@ -61,8 +61,8 @@ textconv = unzip -c -a Then I create a =~/.gitattributes= file with the following content. #+begin_src conf -,*.FCStd filter=zippey -,*.FCStd diff=zip +*.FCStd filter=zippey +*.FCStd diff=zip #+end_src With this, =git= should be now be able to effectively diff and store -- cgit v1.2.3