On Fri, Jan 13, 2017 at 3:58 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Stefan Beller <sbeller@xxxxxxxxxx> writes: > >> + if test "$update_module" = "merge" || >> + test "$update_module" = "rebase" || >> + test "$update_module" = "none" >> + then >> + update_module=checkout >> + fi > > case "$update_module" in > merge | rebase | none) > update_module=checkout ;; > esac > > Shorter and probably easier to update. agreed, want me to reroll or squash locally? Thanks, Stefan