Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: set help text for --bool-or-int
The conversion to parse_opt left this as NULL; on glibc systems, the usage message prints --bool-or-int (null) and on other ones, segfaults. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information