* Fix merge test for __DOLT_1__
* tree.ThreeWayMerge always calls callback when key collision occurs
* add keyless support for new format merge and other merge related tables
* newline of doom
* unskip more bats
* empty
* skip blame.bats and remotes-aws.bats
* Dolt clean
CLI and sql clean function. Clears untracked tables by finding the
difference betewen HEAD and the current working set and then deleting
the result.
Optionally specify `--dry-run` to avoid persisting the result root.
Optionally pass a list of table names to filter for deletion if
untracked.
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* zach comments
* need clean func for proc
* fix andy's PR
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>