summaryrefslogtreecommitdiff
path: root/Documentation/git-ssh-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-11 07:00:55 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-11 17:13:09 (GMT)
commitab90ea5d6e6ef358c8ee5869307c33a939be0e66 (patch)
treecb5ca0a9593d744fdf12ef5fec122525b0821d71 /Documentation/git-ssh-push.txt
parent013aab8265a806c8d3c9b040485839091bca30f4 (diff)
downloadgit-ab90ea5d6e6ef358c8ee5869307c33a939be0e66.zip
git-ab90ea5d6e6ef358c8ee5869307c33a939be0e66.tar.gz
git-ab90ea5d6e6ef358c8ee5869307c33a939be0e66.tar.bz2
[PATCH] Check packs and then files.
This reverses the order of object lookup, to check pack index first and then go to the filesystem to find .git/objects/??/ hierarchy. When most of the objects are packed, this saves quite many stat() calls and negative dcache entries; while the price this approach has to pay is negligible, even when most of the objects are outside pack, because checking pack index file is quite cheap. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/git-ssh-push.txt')
0 files changed, 0 insertions, 0 deletions