Skip to content

Use bufio.Reader instead of bufio.Scanner for lines.Send

~Conversation: #384 (closed)

Fixes #486 (closed).

bufio.Scanner has a limit on how long a token can be, which would make parsing commits with a very long message (e.g. this commit) fail.

Edited by GitLab Release Tools Bot

Merge request reports