author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 1 Jun 2005 15:42:22 +0000 (08:42 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 1 Jun 2005 15:42:22 +0000 (08:42 -0700) | ||
commit | 9d97aa6466fe03db504291e1cef3ac4c0c5160a9 | |
tree | e0aee5d285af161a64a2f11a1dfec956ece71378 | tree | snapshot |
parent | e3bc7a3bc7b77f44d686003f5a9346a135529f73 | commit | diff |
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.
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 | diff | blob | history |