Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builtin-checkout.c: fix possible usage segfault
Not terminating the options[] array with OPT_END can cause usage ("git checkout -h") output to segfault. Signed-off-by: Jay Soffian <jaysoffian@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information