Re: [RFC] Replace rebase with filtering
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:49
Johannes Schindelin [off-list ref] writes:
quoted
I'd put a simple patch to add the reset to git-merge.sh, but I'm not sure I understand what --skip is doing in there with a 30 second peek.Better put "git reset --hard" into git-rebase.sh... Just search for "--skip" and you will find where it has to go.
I'd later want to allow starting rebase from a dirty working tree as long as the rebasing of the entire series would not conflict with the local changes, so I would seriously prefer a solution without "reset --hard".