Code

rebase: factor out command line option processing
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Tue, 28 Dec 2010 09:30:27 +0000 (10:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Dec 2010 23:04:39 +0000 (15:04 -0800)
commitc65bf12dacbfa70a57a23e7580de29e975f1d4f5
treea96e4c6461cff30c676079cef344a2eaa82ee7aa
parent0fa9d49546da3461ba8fdf4518440bd0b4fc223f
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
export them before calling git-rebase--interactive.sh.

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
git-rebase.sh