Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Cherry Pick confirmation message

Hi,

when I do a cherry pick out of the history in eclipse there appears the following confirmation message:

Are you sure you want to cherry pick commit '<ID>' onto branch '<BRANCH_NAME>'?

I use this to recheck again that I really selected the right commit. But for me it would be better when also the commit message would be displayed, so I don't have to compare the IDs. Like:

Are you sure you want to cherry pick commit '<ID> <COMMIT_MESSAGE>' onto branch '<BRANCH_NAME>'?


Regards,
Matthias

Back to the top