]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
git-log -g --pretty=oneline should display the reflog message
authorNicolas Pitre <nico@cam.org>
Sun, 28 Jan 2007 03:40:36 +0000 (22:40 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 28 Jan 2007 09:54:42 +0000 (01:54 -0800)
commit903b45fe1808f72e712a118bf115b9dc07d02420
tree5d0860beb6aa7d19487fe9c4bae5829e0b0d9131
parent16507fcf0a9991976815972faa253d77804d6f35
git-log -g --pretty=oneline should display the reflog message

In the context of reflog output the reflog message is more useful than
the commit message's first line.  When relevant the reflog message
will contain that line anyway.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
log-tree.c
reflog-walk.c