Added a comment
This commit is contained in:
parent
d0dbaddb46
commit
4b43f4e481
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.55"
|
||||
subject="comment 2"
|
||||
date="2014-07-04T18:36:49Z"
|
||||
content="""
|
||||
Does not seem to be the diff-filter=T command that is the problem. It's not outputting a lot of files, and should stream over them even if it did.
|
||||
|
||||
The last xargs appears to be at or near the problem. It is called by Annex.Content.saveState, which first does a Annex.Queue.flush, followed by a Annex.Branch.commit. I suspect the problem is the latter; at this point there are 2 million files in .git/annex/journal waiting to be committed to the git-annex branch.
|
||||
|
||||
In the same big repo, I can add one more file and reproduce the problem running `git annex add $newfile`.
|
||||
"""]]
|
Loading…
Reference in a new issue