]> git.ipfire.org Git - thirdparty/git.git/commit
git-rev-list: add "end" commit and "--header" flag
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 01:29:09 +0000 (18:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 01:29:09 +0000 (18:29 -0700)
commita6f68d4767835d5720cff61785b93eaf99376241
treee7c364778f5ed546522f3b567f00d90bca665012
parent3ff1fbbb9446e03050047a67247151887ee59e70
git-rev-list: add "end" commit and "--header" flag

The "end" commit is just faking it right now, it's sorting things
purely by date, so this is _not_ a reachability analysis. Some day.

The "--header" flag causes the commit message to be printed out,
with a NUL character separator after it for parseability. This
allows you to do things like use "grep -z" to grep for certain
authors etc.
rev-list.c