Improve cached content header of status output
commit3c1eb9cb2d57769f770ddc36fd6b49706608ebb7
authorJürgen Rühle <j-r@online.de>
Tue, 2 Jan 2007 19:26:21 +0000 (2 20:26 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Jan 2007 07:43:50 +0000 (2 23:43 -0800)
tree391a440a9052f920ef0144f48464d4bf96f4f225
parent98bf8a47c296f51ea9722fef4bb81dbfb70cd4bb
Improve cached content header of status output

This tries to be more to the point while also including a pointer on how to
unstage changes from the index.

Since this header is printed in two different code paths and the name of the
reference commit is needed for the unstage part, provide a new printing
function.

Signed-off-by: Jürgen Rühle <j-r@online.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
wt-status.c