#762488 'git rebase -i' should set CHERRY_PICK_HEAD or REBASE_HEAD like 'git cherry-pick foo..bar' does

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
Jonathan Nieder
Date:
2014-09-22 19:24:12 UTC
Severity:
wishlist
#762488#5
Date:
2014-09-22 19:22:40 UTC
From:
To:
During a 'rebase -i', I often find myself grabbing the patch being
applied from .git/rebase-merge/patch.  I wouldn't need to do this if
I could run 'git diff CHERRY_PICK_HEAD^!'.