diff options
author | Patrick Steinhardt <ps@pks.im> | 2020-03-30 15:46:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-30 10:34:11 -0700 |
commit | bd021f39103fab4c5ae53a4d1a1756f8970d00db (patch) | |
tree | aaa9e1fca96f72bfc63acfe48447ee6df79a881b /xdiff/xmacros.h | |
parent | git-update-ref.txt: add missing word (diff) | |
download | tgif-bd021f39103fab4c5ae53a4d1a1756f8970d00db.tar.xz |
strbuf: provide function to append whole lines
While the strbuf interface already provides functions to read a line
into it that completely replaces its current contents, we do not have an
interface that allows for appending lines without discarding current
contents.
Add a new function `strbuf_appendwholeline` that reads a line including
its terminating character into a strbuf non-destructively. This is a
preparatory step for git-update-ref(1) reading standard input line-wise
instead of as a block.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff/xmacros.h')
0 files changed, 0 insertions, 0 deletions