From: Junio C Hamano Date: Wed, 26 Apr 2006 00:40:02 +0000 (-0700) Subject: cache-tree: sort the subtree entries. X-Git-Tag: v1.4.0-rc1~45^2~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/61fa30972c45e73d39c81d27af9eeacbda7531c9?hp=61fa30972c45e73d39c81d27af9eeacbda7531c9 cache-tree: sort the subtree entries. Not that this makes practical performance difference; the kernel tree for example has 200 or so directories that have subdirectory, and the largest ones have 57 of them (fs and drivers). With a test to apply 600 patches with git-apply and git-write-tree, this did not make more than one per-cent of a difference, but it is a good cleanup. Signed-off-by: Junio C Hamano ---