This commit is contained in:
Joey Hess 2020-07-21 10:07:23 -04:00
parent 2ce34f1870
commit 4de4c36d2b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 17 additions and 0 deletions

View file

@ -114,3 +114,5 @@ Running on openSUSE Tumbleweed.
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes, mostly a happy user ;-)
> [[dup|done]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2020-07-21T14:00:05Z"
content="""
This is exactly what that todo is about. I'm going to close this as a dup.
I suppose git diff runs it twice because it's smudging both sides of the diff.
Note that git status does not re-run the smudge filter on the same file
repeatedly (at least most of the time), so the overhead there is only one
run per modification of a file. Unfortunately git diff does not benefit from
such caching. Still, it only runs once per modified file in the repo,
not on unmodified files.
"""]]