commit | cf432ca0512d68afa603941ecddbb45bb7ded01d | [log] [tgz] |
---|---|---|
author | Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> | Sun Feb 06 13:43:39 2011 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Feb 10 14:08:08 2011 -0800 |
tree | 2ea8d82f904ae4e8faceb0dc558b5759c7283c76 | |
parent | 9765b6abeb00145df18cde6b76a9b1fa97eeef53 [diff] |
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 <j6t@kdbg.org> Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>