diff options
author | Dante Catalfamo | 2021-04-12 12:47:21 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-04-12 12:47:21 -0400 |
commit | 189c18ae592b3d9d32694b0bf01f29ad1725c80a (patch) | |
tree | d2e69d0a2dad7b275eceb2ccdf4121abf0f9bdb7 | |
parent | 8b910b0df34c0744a691d8e042db1077b1a03270 (diff) | |
download | blog-189c18ae592b3d9d32694b0bf01f29ad1725c80a.tar.gz blog-189c18ae592b3d9d32694b0bf01f29ad1725c80a.tar.bz2 blog-189c18ae592b3d9d32694b0bf01f29ad1725c80a.zip |
freecad-git: Hugo doesn't play nice with proper org escapes
-rw-r--r-- | content/posts/WIP-freecad-and-git/index.org | 4 |
1 files changed, 2 insertions, 2 deletions
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 |