Skip to content

Commit signature parsing must consume all data

Pavlo Strokov requested to merge ps-2545-commit-signature-parsing into master

Commit created with Working Copy app has no LF byte at the end of the commit message. ReadBytes returns io.EOF and all data it read until EOF. This data must also be taken into account as part of commit message.

Fixes: #2545 (closed)

Merge request reports

Loading