Code

config option log.showroot to show the diff of root commits
authorPeter Baumann <Peter.B.Baumann@stud.informatik.uni-erlangen.de>
Thu, 23 Nov 2006 09:36:33 +0000 (10:36 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 10:35:26 +0000 (02:35 -0800)
commit0f03ca946142bd656c1af9ff811cb9efbc8314da
tree0f3114f2afe704ea8356355debf8427af9ca68c5
parent3fbe2d54d7d91378934df7b16d70dc5877586fae
config option log.showroot to show the diff of root commits

This allows one to see a root commit as a diff in commands like git-log,
git-show and git-whatchanged.

Signed-off-by: Peter Baumann <Peter.B.Baumannn@stud.informatik.uni-erlangen.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
builtin-log.c
t/t4013-diff-various.sh