Improve git-prune -n output
commit21f88ac84a024fcc73a22547e51509aa1459ab03
authorAndy Parkins <andyparkins@gmail.com>
Thu, 2 Nov 2006 11:12:26 +0000 (2 12:12 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 22 Nov 2006 03:02:08 +0000 (21 19:02 -0800)
treec41feb1d22e147e839ed7ef4c493439dc8a56373
parent594270635732d6320d6e6d7fa127679ae90ef5b1
Improve git-prune -n output

prune_object() in show_only mode would previously just show the path to the
object that would be deleted.  The path the object is stored in shouldn't be
shown to users, they only know about sha1 identifiers so show that instead.

Further, the sha1 alone isn't that useful for examining what is going to be
deleted.  This patch also adds the object type to the output, which makes it
easy to pick out, say, the commits and use git-show to display them.

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-prune.c