]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
git-rev-list: add "--pretty" command line option
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 15:42:22 +0000 (08:42 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 15:42:22 +0000 (08:42 -0700)
commit9d97aa6466fe03db504291e1cef3ac4c0c5160a9
treee0aee5d285af161a64a2f11a1dfec956ece71378
parente3bc7a3bc7b77f44d686003f5a9346a135529f73
git-rev-list: add "--pretty" command line option

That pretty-prints the resulting commit messages, so

git-rev-list --pretty HEAD v2.6.12-rc5 | less -S

basically ends up being a log of the changes between -rc5
and current head.

It uses the pretty-printing helper function I just extracted
from diff-tree.c.
rev-list.c