summaryrefslogtreecommitdiff
path: root/diff-files.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2005-06-21 10:18:00 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-21 08:58:56 -0700
commit83ba99bc8c2cdbaa9a0b4ec286e72c3ecb31bf8a (patch)
treea00acb22adf81b500cb07b3cc2494a39c7c42670 /diff-files.c
parent69f956e10484f92f9e0ab191b668c79d697b9f0f (diff)
downloadgit-83ba99bc8c2cdbaa9a0b4ec286e72c3ecb31bf8a.tar.gz
[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 'diff-files.c')
0 files changed, 0 insertions, 0 deletions