Tag

  • Show log

    Commit

  • Hash : de05890f
    Author : Stefan Sperling
    Date : 2020-03-05T10:53:53

    fix histedit 'rebase commit ID mismatch' error when splitting a commit
    
    Commit IDs on histedit's temporary branch can change arbitrarily because
    the user may create new commits on this branch while editing past commits.
    So there is no point in trying to verify these IDs like we do during rebase.
    
    Add a test case which demonstrates the problem.