author | Sean <seanlkml@sympatico.ca> | |
Fri, 19 May 2006 04:19:20 +0000 (00:19 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 19 May 2006 23:24:51 +0000 (16:24 -0700) | ||
commit | 582af688157607f05447cefce8d91b26eeaee39d | |
tree | 241490d30559e65c61c73f03e9676f1b3049b41e | tree | snapshot |
parent | 405e5b2fe0cf20b0eea41ca892f416c218b49f59 | commit | diff |
Allow pickaxe and diff-filter options to be used by git log.
Handle the -S option when passed to git log such that only the
appropriate commits are displayed. Also per Junio's comments, do
the same for "--diff-filter", so that it too can be used as an option
to git log. By default no patch or diff information is displayed.
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Handle the -S option when passed to git log such that only the
appropriate commits are displayed. Also per Junio's comments, do
the same for "--diff-filter", so that it too can be used as an option
to git log. By default no patch or diff information is displayed.
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c | diff | blob | history |