]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/parse-options-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:54 +0000 (09:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:54 +0000 (09:39 -0800)
Change the type of an internal function to return an enum (instead
of int) and replace -2 that was used to signal an error with -1.

* ab/parse-options-cleanup:
  parse-options.c: use "enum parse_opt_result" for parse_nodash_opt()

1  2 
parse-options.c

diff --cc parse-options.c
Simple merge