mhagger / git-imerge

Incremental merge for git
GNU General Public License v2.0
2.7k stars 126 forks source link

Option to keep original commit message in goal=rebase-with-history #164

Open ravirajkarasulli opened 4 years ago

ravirajkarasulli commented 4 years ago

When I run imerge --goal-rebase-with-history, I see commit messages like below

imerge 'rebase_8.1': automatic merge 9-1

Could you please provide an option to retain the commit message of the commit being merged?

ravirajkarasulli commented 4 years ago

I see this reported/implemented in below.

https://github.com/mhagger/git-imerge/pull/134#issue-220993701