From: Martin von Zweigbergk Date: Sun, 6 Feb 2011 18:43:38 +0000 (-0500) Subject: rebase: align variable content X-Git-Tag: v1.7.10.4~1^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9765b6abeb00145df18cde6b76a9b1fa97eeef53?ds=inline;hp=9765b6abeb00145df18cde6b76a9b1fa97eeef53 rebase: align variable content Make sure to interpret variables with the same name in the same way in git-rebase.sh and git-rebase--interactive.sh. This will make it easier to factor out code from git-rebase.sh to git-rebase--interactive and export the variables. Signed-off-by: Martin von Zweigbergk Signed-off-by: Junio C Hamano ---