Re: why is merging with unstaged changes allowed when rebasing is not?
From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:42
Christian Halstrick [off-list ref] writes:
Isn't it inconsistent that I can merge with unstaged changes in my
work-tree but not rebase?
Because people who wrote rebase didn't bother; it is too cumbersome to
check all the possibly affected paths beforehand while replaying multiple
changes.
Patches welcome ;-).