• Show log

    Commit

  • Hash : 62eb2f83
    Author : Edward Thomson
    Date : 2021-09-21T10:59:49

    email: don't clear buffer in append function
    
    `git_email__append_from_diff` is meant to - well, append from a diff.
    Clearing the buffer, by definition, is not appending.  Stop doing that.