commit | 8d1d8f83b5d918c6071b606e321de9c31fed9e68 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Sep 06 01:42:23 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Thu Sep 07 02:46:02 2006 -0700 |
tree | ff7f6754f7f4b5a1c3722bbae94f613d00121610 | |
parent | b5d97e6b0a044b11b409250189c61d40209065f2 [diff] |
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 <junkio@cox.net>