# Functions
CopyAndAppend adds a newly allocated copy of `e` to the `s` slice.
Send reads output from `r`, splits it at `delim`, then handles the buffered lines using `sender`.
# Variables
ItemsPerMessage establishes the threshold to flush the buffer when using the `Send` function.
# Type aliases
Sender handles a buffer of lines from a Git command.