commit | c8ba163916554e9ffd3ce8cb2beeff003d90c0c3 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu Jun 09 11:55:23 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 22 11:25:20 2011 -0700 |
tree | ae035aa6494b6b852d3ddf4e2989a35900a6f0dc | |
parent | f77bccaeba7a4c542e9b89d144af74bddd36fd08 [diff] |
parse-options: add OPT_STRING_LIST helper This just adds repeated invocations of an option to a list of strings. Using the "--no-<var>" form will reset the list to empty. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>