commit | 8a5a8d6c97e36dbd95361eab1109e4380fe45df4 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Mon Apr 16 12:28:10 2007 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Mon Apr 16 17:43:30 2007 -0700 |
tree | 139d0d16dcbaa80339917d73b00f3549be86c242 | |
parent | 29b734e4788143603adf8046174219bac67794e0 [diff] |
pack-objects: optimize preferred base handling a bit Let's avoid some cycles when there is no base to test against, and avoid unnecessary object lookups. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>