]> git.ipfire.org Git - thirdparty/git.git/commit
Introduce --pretty=oneline format.
authorJunio C Hamano <junkio@cox.net>
Tue, 9 Aug 2005 05:15:40 +0000 (22:15 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Aug 2005 05:28:23 +0000 (22:28 -0700)
commitd87449c553262a24df26648633c7c73b2db7dcc6
tree8ff9a656ea6b550dd915444fa2f18c86338f63cf
parent62033318abbe648e8be49121b0a3570c07d38a9d
Introduce --pretty=oneline format.

This introduces --pretty=oneline to git-rev-tree and
git-rev-list commands to show only the first line of the commit
message, without frills.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c
commit.h
rev-list.c