commit | 32962c9bd5149005b163dff230670872eb99286a | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Mar 08 22:58:09 2010 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 09 01:11:18 2010 -0800 |
tree | 8bc0322fbc0d51a26a7fb9b6bd2d08f39bdacc30 | |
parent | 126f431ab61b250deab2b46f933a5bcd35a71c6b [diff] |
revision: introduce setup_revision_opt So far the last parameter to setup_revisions() was to specify the default ref when the command line did not give any (typically "HEAD"). This changes it to take a pointer to a structure so that we can add other information without touching too many codepaths in later patches. There is no functionality change. Signed-off-by: Junio C Hamano <gitster@pobox.com>