From: Junio C Hamano Date: Wed, 6 Sep 2006 08:42:23 +0000 (-0700) Subject: pack-objects: further work on internal rev-list logic. X-Git-Tag: v1.4.3-rc1~82^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8d1d8f83b5d918c6071b606e321de9c31fed9e68?hp=8d1d8f83b5d918c6071b606e321de9c31fed9e68 pack-objects: further work on internal rev-list logic. This teaches the internal rev-list logic to understand options that are needed for pack handling: --all, --unpacked, and --thin. It also moves two functions from builtin-rev-list to list-objects so that the two programs can share more code. Signed-off-by: Junio C Hamano ---