diff options
author | Stefan Beller <sbeller@google.com> | 2017-06-29 17:06:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-30 13:13:01 -0700 |
commit | dfb7728f637e8178189f9f8f0092797403c73509 (patch) | |
tree | 31f34af07631a5c52f8a6e1f1c9a88e3fe5934dd /git-remote-testgit.sh | |
parent | diff.c: readability fix (diff) | |
download | tgif-dfb7728f637e8178189f9f8f0092797403c73509.tar.xz |
diff.c: move line ending check into emit_hunk_header
The emit_hunk_header() function is responsible for assembling a
hunk header and calling emit_line() to send the hunk header
to the output file. Its only caller fn_out_consume() needs
to prepare for a case where the function emits an incomplete
line and add the terminating LF.
Instead make sure emit_hunk_header() to always send a
completed line to emit_line().
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-remote-testgit.sh')
0 files changed, 0 insertions, 0 deletions