From: Martin von Zweigbergk Date: Sun, 6 Feb 2011 18:43:39 +0000 (-0500) Subject: rebase: factor out command line option processing X-Git-Tag: v1.7.10.4~1^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cf432ca0512d68afa603941ecddbb45bb7ded01d?hp=cf432ca0512d68afa603941ecddbb45bb7ded01d rebase: factor out command line option processing Factor out the command line processing in git-rebase--interactive.sh to git-rebase.sh. Store the options in variables in git-rebase.sh and then source git-rebase--interactive.sh. Suggested-by: Johannes Sixt Signed-off-by: Martin von Zweigbergk Signed-off-by: Junio C Hamano ---