comment
This commit is contained in:
parent
44c897ef74
commit
9136d3c86f
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2015-04-09T17:44:01Z"
|
||||
content="""
|
||||
The sizes of the files should not affect how fast git-annex status runs.
|
||||
|
||||
But, direct mode certianly does. git-annex has to do significantly more
|
||||
work in direct mode to figure out the status of a file. Including querying
|
||||
git. In indirect mode, it can just stat the symlink and see if its content
|
||||
is present, which is much faster.
|
||||
|
||||
(There's probably also some other inneficiencies in Windows.)
|
||||
"""]]
|
Loading…
Reference in a new issue