commit | 1fc561d169ac08c411e34a4439894c5201b3d080 | [log] [tgz] |
---|---|---|
author | Adam Brewster <adambrewster@gmail.com> | Sat Jul 05 17:26:39 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jul 05 17:30:58 2008 -0700 |
tree | 9836dceaa29f8f504fc48cd6ef1ca3809183b9e8 | |
parent | 6e1c23442a0315ad440bb8457703dcf1ad943b96 [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>