commit | 31171d9e454d71144685866cfd6476b8ac69d314 | [log] [tgz] |
---|---|---|
author | Michael Haggerty <mhagger@alum.mit.edu> | Sun Oct 28 17:16:24 2012 +0100 |
committer | Jeff King <peff@peff.net> | Mon Oct 29 02:34:58 2012 -0400 |
tree | 518d646035a3ea9415472e7f874d396d52b07822 | |
parent | a5ccdbe416081d5749f286c193b70400e48ad03f [diff] |
longest_ancestor_length(): take a string_list argument for prefixes Change longest_ancestor_length() to take the prefixes argument as a string_list rather than as a colon-separated string. This will make it easier for the caller to alter the entries before calling longest_ancestor_length(). Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Jeff King <peff@peff.net>