log: decorate grafted commits with "grafted"
commit76f5df305beddb864b3d1d12800d0de442d05596
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 18 Aug 2011 12:29:37 +0000 (18 19:29 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2011 18:03:32 +0000 (18 11:03 -0700)
tree1fc72df675abb2c0673db3394e0769a5a8292eab
parent294e15fc19b5ba370b703d003920d000a4f5547a
log: decorate grafted commits with "grafted"

In shallow repositories, this may help detect whether a branch ends,
or it is deeper than current depth.

It also show graft points that extend a branch.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c