Commit a615e0e7796ea1103a6e0d4b5dbb613459788666

Stefan Sperling 2020-12-16T00:08:58

implicitly mark all files in work tree as up-to-date after rebase/histedit This should always be correct, since rebase and histedit start out with a clean and single-base-commit worktree, and end up committing all changes across the entire work tree when they are successful. tested by jrick and myself