Files
git/parse-options.c
Junio C Hamano f9a2ceb9f6 Merge branch 'ab/parse-options-cleanup' into next
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()
2021-12-08 16:53:36 -08:00

28 KiB