diff options
author | Jeff King <peff@peff.net> | 2024-03-12 05:17:32 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-03-12 13:28:10 -0700 |
commit | a1bb146aaf551db4ff9b4aafaaa2f7a9f9574f93 (patch) | |
tree | 7c6bf2855b7133f7879fe7d0e6198ddbd59f533f /builtin/commit.c | |
parent | 3a35d96284b4a0551a350707df68f368947630d1 (diff) |
strbuf: accept a comment string for strbuf_add_commented_lines()
As part of our transition to multi-byte comment characters, let's take a
NUL-terminated string pointer for strbuf_add_commented_lines() rather
than a single character.
All of the callers have to be adjusted; most can just pass
comment_line_str rather than comment_line_char.
And now our "cheat" in strbuf_commented_addf() can go away, as we can
take the full string from it.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions