commit | 0701530c2663f82ff4b678de27db4c61f8b3092f | [log] [tgz] |
---|---|---|
author | David Turner <dturner@twopensource.com> | Mon Aug 31 22:13:09 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Sep 01 10:37:12 2015 -0700 |
tree | 43277bdb2ee8bda48b5ce9df31b601b6abe316ed | |
parent | 33f2c4ff7b9ac02cd9010d504e847b912b35baf6 [diff] |
refs: clean up common_list Instead of common_list having formatting like ! and /, use a struct to hold common_list data in a structured form. We don't use 'exclude' yet; instead, we keep the old codepath that handles info/sparse-checkout and logs/HEAD. Later, we will use exclude. [jc: with "make common_list[] static" clean-up from Ramsay squashed in] Signed-off-by: David Turner <dturner@twopensource.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>