rev-list: add --indexed-objects option
commit4fe10219bca6b010e2103116c653928992d5141b
authorJeff King <peff@peff.net>
Fri, 17 Oct 2014 00:44:23 +0000 (16 20:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Oct 2014 22:07:07 +0000 (19 15:07 -0700)
treea3c9b1cdfd96fc14effd384d40955b30e6c6e3eb
parent41d018d146f03f7b9320c7492d7cbde5df9f68a1
rev-list: add --indexed-objects option

There is currently no easy way to ask the revision traversal
machinery to include objects reachable from the index (e.g.,
blobs and trees that have not yet been committed). This
patch adds an option to do so.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
revision.c
revision.h
t/t6000-rev-list-misc.sh