]> dgit.raspbian.org Git - git-annex.git/commitdiff
Added a comment
authornick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9 <nickguenther@web>
Wed, 6 Jul 2022 05:04:08 +0000 (05:04 +0000)
committeradmin <admin@branchable.com>
Wed, 6 Jul 2022 05:04:08 +0000 (05:04 +0000)
doc/devblog/day_641__an_alternative_smudge_filter/comment_5_6a5932706a9fee097c3fdf2cd6808f1d._comment [new file with mode: 0644]

diff --git a/doc/devblog/day_641__an_alternative_smudge_filter/comment_5_6a5932706a9fee097c3fdf2cd6808f1d._comment b/doc/devblog/day_641__an_alternative_smudge_filter/comment_5_6a5932706a9fee097c3fdf2cd6808f1d._comment
new file mode 100644 (file)
index 0000000..2c83439
--- /dev/null
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9"
+ nickname="nick.guenther"
+ avatar="http://cdn.libravatar.org/avatar/9e85c6ca61c3f877fef4f91c2bf6e278"
+ subject="comment 5"
+ date="2022-07-06T05:04:07Z"
+ content="""
+Until this is ready, at the moment, I got around the slowness [by setting](https://github.com/neuropoly/intranet.neuro.polymtl.ca/blob/d5c320c/geek-tips/git-annex.md#new-repo)
+
+```
+cat > .gitattributes <<EOF
+*.mkv   filter=anex annex.largefiles=anything
+*.mp3   filter=anex annex.largefiles=anything
+EOF
+```
+
+This way the file size is ignored and instead git makes the decision for me based on file extension. This is much faster than running every file through `git annex smudge`. I'
+
+I might end up sticking with this even if you use the faster filter API.
+"""]]