From: Junio C Hamano Date: Sun, 19 Mar 2023 22:03:12 +0000 (-0700) Subject: Merge branch 'ab/fix-strategy-opts-parsing' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=fc1a4ce043e4b07d1551a24ec224bd43b9405ec8;p=rit Merge branch 'ab/fix-strategy-opts-parsing' The code to parse "git rebase -X" was not prepared to see an unparsable option string, which has been corrected. * ab/fix-strategy-opts-parsing: sequencer.c: fix overflow & segfault in parse_strategy_opts() --- fc1a4ce043e4b07d1551a24ec224bd43b9405ec8