summaryrefslogtreecommitdiff
path: root/t/t5515/fetch.br-unconfig_config-glob
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-05-26 01:24:40 -0400
committerLibravatar Junio C Hamano <junkio@cox.net>2007-05-26 20:28:08 -0700
commit7dc24aa5a62cc5f77e6637674581c837f4bdf78e (patch)
tree25045665bfb5d60ec9c9dcd42a528947e525516e /t/t5515/fetch.br-unconfig_config-glob
parentLazily open pack index files on demand (diff)
downloadtgif-7dc24aa5a62cc5f77e6637674581c837f4bdf78e.tar.xz
Micro-optimize prepare_alt_odb
Calling getenv() is not that expensive, but its also not free, and its certainly not cheaper than testing to see if alt_odb_tail is not null. Because we are calling prepare_alt_odb() from within find_sha1_file every time we cannot find an object file locally we want to skip out of prepare_alt_odb() as early as possible once we have initialized our alternate list. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t5515/fetch.br-unconfig_config-glob')
0 files changed, 0 insertions, 0 deletions