On Wed, Mar 24, 2021 at 01:36:27AM -0700, Denton Liu wrote: > @@ -3412,7 +3411,7 @@ __git_main () > __git_C_args[C_args_count++]="${words[c]}" > ;; > -*) ;; > - *) command="$i"; break ;; > + *) command="$i"; __git_subcommand_idx="$c"; break ;; Please put each of these statements on separate lines. > esac > ((c++)) > done > -- > 2.31.0.rc2.261.g7f71774620 >