• Show log

    Commit

  • Hash : a615e0e7
    Author : Stefan Sperling
    Date : 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