Added a comment
This commit is contained in:
parent
60a7098292
commit
70b94ddfcf
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.87"
|
||||
subject="comment 2"
|
||||
date="2013-12-16T17:14:06Z"
|
||||
content="""
|
||||
It seems that `ls-files --modified` runs the same code path that commit did to see if the file is changed, which here is a cheap
|
||||
stat, and on your system mmaps and downloads it all.
|
||||
|
||||
I cannot see a good way to avoid using `ls-files --modified`.
|
||||
|
||||
I think it would be better to fix git.
|
||||
"""]]
|
Loading…
Reference in a new issue