rebase -i -p: add helper parse_commit() to find rewritten commits
commita6d9dd28b926b6dd8df1fda40e1f325d006af357
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 25 Jan 2009 16:30:21 +0000 (25 17:30 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 7 Feb 2010 21:31:29 +0000 (7 22:31 +0100)
tree0b3e42bcf504e3e75dbcc3d816fe62100fa68ecc
parenta2877713636dded233a89f0d9f0ab20f79cb4bf0
rebase -i -p: add helper parse_commit() to find rewritten commits

If the parameter passed to parse_commit() ends in an apostrophe, it
tries to find the rewritten commit for the given commit.

If it does not find any, it tries to find the commit in upstream
(--cherry-pick could have removed the commit from the rebase script).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-rebase--interactive.sh