• Show log

    Commit

  • Hash : 0d5bb276
    Author : Stefan Sperling
    Date : 2020-12-15T23:50:35

    allow editing of log message comments with 'got histedit'
    
    This makes it possible to remove just comment lines from log messages
    during a histedit operation, leaving the rest of the log message as-is.
    
    The behaviour of treating changes to comment lines as no-ops was coded
    to prevent mistakes during 'got commit/import/tag', where the command
    will error out if the log message template is not modified. This is not
    appropriate for histedit because histedit is used to fix such mistakes.
    
    ok millert@