]> git.ipfire.org Git - thirdparty/git.git/commit - parse-options.h
parse-options: const parse_options_concat() parameters
authorRené Scharfe <l.s.r@web.de>
Sun, 9 Feb 2020 15:57:56 +0000 (16:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Feb 2020 17:44:58 +0000 (09:44 -0800)
commitc84078573e9dc4b817d8270268583251eed7cff9
tree944e4477906436375256ea23d5fcaea46d7d93db
parentf904f9025f070b17a440d019b53e1d70fca3a269
parse-options: const parse_options_concat() parameters

Document the fact that the function doesn't modify the two option arrays
passed to it by adding the keyword const to each parameter.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options-cb.c
parse-options.h