Re: [PATCH v2 00/31] refactor rebase
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:50:33
Martin von Zweigbergk [off-list ref] writes:
Improve the situation by allowing options to be combined with sub commands both before and after the sub command itself. Persist the new value to make sure it is remembered across interruptions.
I somehow suspected that it would be much more messy, but with your refactoring, things do not look that bad as I feared ;-) The only use case it might be useful, however, is to start without -v, realize that a verbose output may help you resolve conflicts better, and continuing with the verbose option, which conceptually should be helpful. But in practice I doubt the ability to ask for -v output in the middle would be so helpful, so doing this may not be worth it. I am not a regular rebaser anymore, so I wouldn't be a good judge beyond just my gut feeling. Comments from heavy rebase users who often see conflicts are appreciated.