author | Adam Brewster <adambrewster@gmail.com> | |
Sat, 5 Jul 2008 21:26:39 +0000 (17:26 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Jul 2008 00:30:58 +0000 (17:30 -0700) | ||
commit | 1fc561d169ac08c411e34a4439894c5201b3d080 | |
tree | 9836dceaa29f8f504fc48cd6ef1ca3809183b9e8 | tree | snapshot |
parent | 6e1c23442a0315ad440bb8457703dcf1ad943b96 | commit | diff |
Move read_revisions_from_stdin from builtin-rev-list.c to revision.c
Reading rev-list parameters from the command line can be reused by
commands other than rev-list. Move this function to more "library-ish"
place to promote code reuse.
Signed-off-by: Adam Brewster <asb@bu.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Reading rev-list parameters from the command line can be reused by
commands other than rev-list. Move this function to more "library-ish"
place to promote code reuse.
Signed-off-by: Adam Brewster <asb@bu.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-rev-list.c | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history |