Paul Mackerras wrote:
Junio C Hamano writes:
quoted
* gitk --left-right
From: Linus Torvalds [off-list ref]
Message-ID: [ref]
From: Junio C Hamano [off-list ref]
Message-ID: [ref]
Paulus?
Looks mostly OK; I assume there's no possible downside to using git
log -v --pretty=raw rather than git rev-list?
In general, there is a big down-side, although I don't know if this
particular case is affected: --pretty=raw prints the parents noted in
the commit object, but not those from .git/info/grafts.
-- Hannes