author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 26 May 2005 01:29:09 +0000 (18:29 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 26 May 2005 01:29:09 +0000 (18:29 -0700) | ||
commit | a6f68d4767835d5720cff61785b93eaf99376241 | |
tree | e7c364778f5ed546522f3b567f00d90bca665012 | tree | snapshot |
parent | 3ff1fbbb9446e03050047a67247151887ee59e70 | commit | 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.
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 | diff | blob | history |