unannex, uninit: Avoid running git rm once per annexed file, for a large speedup.
This commit is contained in:
parent
cddf2343b2
commit
62d5a73bdd
4 changed files with 21 additions and 6 deletions
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2021-02-22T16:45:46Z"
|
||||
content="""
|
||||
Also unannex is slow the same way. Looks like it can easily be fixed using
|
||||
git command queueing; I see no reason the rm needs to happen before
|
||||
changes to the working tree, as --cached makes the rm only operate on the
|
||||
index.
|
||||
|
||||
Rest seem fast enough.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue