Commit bfa12d5e80568029d33f5d0f2e9cee54bc20db27

Stefan Sperling 2020-09-26T18:59:46

rework got's commit-time log message modification check Use a new approach for detecting unchanged log messages: Strip comments and leading/trailing empty lines from both the initial content and the modified log message, then compare the result. Do not assume a fixed upper limit for the length of a line. Change suggested and patch tested by jrick typo fix + ok naddy