dolthub / dolt

Dolt – Git for Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`filter-branch` option to apply query to `WORKING` and `STAGED` roots

timsehn opened this issue · comments

By default, Git forces a clean working set to run filter-branch. Dolt matches this behavior.

A customer requests an option to --apply-to-uncommitted or --apply-working-staged (name TBD) that also runs the query on the WORKING and STAGED roots of any branch effected by the dolt filter-branch.

Git does not have a corresponding option.