doc: add documentation for OPT_STRING_LIST
authorJacob Keller <redacted>
Wed, 18 Jan 2017 23:06:04 +0000 (15:06 -0800)
committerJunio C Hamano <redacted>
Thu, 19 Jan 2017 21:10:09 +0000 (13:10 -0800)
commit4a68748893e62d66ebab1591f6da91eeb18d08e9
tree44944dd8f49816823c43bfa4e073046c3b3239ff
parent454cb6bd52a4de614a3633e4f547af03d5c3b640
doc: add documentation for OPT_STRING_LIST

Commit c8ba16391655 ("parse-options: add OPT_STRING_LIST helper",
2011-06-09) added the OPT_STRING_LIST as a way to accumulate a repeated
list of strings. However, this was not documented in the
api-parse-options documentation. Add documentation now so that future
developers may learn of its existence.

Signed-off-by: Jacob Keller <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/api-parse-options.txt
git clone https://git.99rst.org/PROJECT