dup
This commit is contained in:
parent
2ce34f1870
commit
4de4c36d2b
2 changed files with 17 additions and 0 deletions
|
@ -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]]
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue