From: Martin von Zweigbergk Date: Sun, 6 Feb 2011 18:43:35 +0000 (-0500) Subject: rebase: act on command line outside parsing loop X-Git-Tag: v1.7.10.4~1^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/342623224823cbadf61370a43df6941fba477b59?hp=342623224823cbadf61370a43df6941fba477b59 rebase: act on command line outside parsing loop To later be able to use the command line processing in git-rebase.sh for both interactive and non-interactive rebases, move anything that is specific to non-interactive rebase outside of the parsing loop. Keep only parsing and validation of command line options in the loop. Signed-off-by: Martin von Zweigbergk Signed-off-by: Junio C Hamano ---