From: Martin von Zweigbergk Date: Sun, 6 Feb 2011 18:43:42 +0000 (-0500) Subject: rebase: factor out reference parsing X-Git-Tag: v1.7.10.4~1^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/71786f54c4128821eab8a23f258848c76b5a2071?ds=inline;hp=71786f54c4128821eab8a23f258848c76b5a2071 rebase: factor out reference parsing Remove the parsing and validation of references (onto, upstream, branch) from git-rebase--interactive.sh and rely on the information exported from git-rebase.sh. By using the parsing of the --onto parameter in git-rebase.sh, this improves the error message when the parameter is invalid. Signed-off-by: Martin von Zweigbergk Signed-off-by: Junio C Hamano ---