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 /builtin/update-ref.c | |
| parent | git-update-ref.txt: add missing word (diff) | |
| download | git-bd021f39103fab4c5ae53a4d1a1756f8970d00db.tar.gz git-bd021f39103fab4c5ae53a4d1a1756f8970d00db.zip | |
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 'builtin/update-ref.c')
0 files changed, 0 insertions, 0 deletions
