summaryrefslogtreecommitdiff
path: root/git-pull-script
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2005-06-21 14:18:00 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-21 15:58:56 (GMT)
commit83ba99bc8c2cdbaa9a0b4ec286e72c3ecb31bf8a (patch)
treea00acb22adf81b500cb07b3cc2494a39c7c42670 /git-pull-script
parent69f956e10484f92f9e0ab191b668c79d697b9f0f (diff)
downloadgit-83ba99bc8c2cdbaa9a0b4ec286e72c3ecb31bf8a.zip
git-83ba99bc8c2cdbaa9a0b4ec286e72c3ecb31bf8a.tar.gz
git-83ba99bc8c2cdbaa9a0b4ec286e72c3ecb31bf8a.tar.bz2
[PATCH] fix scalability problems with git-deltafy-script
Current version would spin forever and exhaust memory while attempting to sort all files from all revisions at once, until it dies before even doing any real work. This is especially noticeable when used on a big repository like the imported bkcvs repo for the Linux kernel. This patch allows for batching the sort to put a bound on needed resources and making progress early, as well as including some small cleanups. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'git-pull-script')
0 files changed, 0 insertions, 0 deletions