Sped up git-annex add in direct mode and v6 by using git hash-object --batch.
Speeds up hashSymlink and hashPointerFile.
This commit is contained in:
parent
f2772f469a
commit
88a4a6f396
6 changed files with 25 additions and 33 deletions
|
@ -11,6 +11,7 @@ import Annex.Common
|
|||
import Annex
|
||||
import Annex.CatFile
|
||||
import Annex.CheckAttr
|
||||
import Annex.HashObject
|
||||
import Annex.CheckIgnore
|
||||
import qualified Annex.Queue
|
||||
|
||||
|
@ -64,4 +65,5 @@ mergeState st = do
|
|||
closehandles = do
|
||||
catFileStop
|
||||
checkAttrStop
|
||||
hashObjectStop
|
||||
checkIgnoreStop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue