commit | a6f68d4767835d5720cff61785b93eaf99376241 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed May 25 18:29:09 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed May 25 18:29:09 2005 -0700 |
tree | e7c364778f5ed546522f3b567f00d90bca665012 | |
parent | 3ff1fbbb9446e03050047a67247151887ee59e70 [diff] |
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.