rebase: factor out command line option processing
authorMartin von Zweigbergk <redacted>
Sun, 6 Feb 2011 18:43:39 +0000 (13:43 -0500)
committerJunio C Hamano <redacted>
Thu, 10 Feb 2011 22:08:08 +0000 (14:08 -0800)
commitcf432ca0512d68afa603941ecddbb45bb7ded01d
tree2ea8d82f904ae4e8faceb0dc558b5759c7283c76
parent9765b6abeb00145df18cde6b76a9b1fa97eeef53
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 <redacted>
Signed-off-by: Martin von Zweigbergk <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-rebase--interactive.sh
git-rebase.sh
git clone https://git.99rst.org/PROJECT