aboutsummaryrefslogtreecommitdiffstats
path: root/strbuf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16strbuf: convert predicates to return boolPhillip Wood1-6/+6
2025-01-13Sync with Git 2.47.2Junio C Hamano1-0/+1
2024-12-03refs: move ref name helpers aroundJunio C Hamano1-22/+0
2024-11-26Sync with 2.45.3Johannes Schindelin1-0/+1
2024-11-26Sync with 2.44.3Johannes Schindelin1-0/+1
2024-11-26Sync with 2.42.4Johannes Schindelin1-0/+1
2024-11-26Sync with 2.41.3Johannes Schindelin1-0/+1
2024-11-26Sync with 2.40.4Johannes Schindelin1-0/+1
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin1-0/+1
2024-05-29strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar1-0/+5
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-4/+5
2024-03-25factor out strbuf_expand_bad_format()René Scharfe1-0/+5
2024-03-12find multi-byte comment chars in unterminated buffersJeff King1-0/+1
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King1-1/+1
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King1-1/+1
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-2/+2
2024-03-12strbuf: avoid shadowing global comment_line_char nameJeff King1-4/+4
2023-10-05doc: fix some typos, grammar and wording issuesŠtěpán Němec1-4/+4
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-0/+32
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-41/+16
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-48/+9
2023-07-05git-compat-util: move strbuf.c funcs to its headerCalvin Wan1-0/+32
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-4/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-4/+0
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe1-4/+2
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe1-34/+3
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe1-14/+0
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe1-0/+8
2023-06-12strbuf: remove global variableCalvin Wan1-6/+8
2023-06-12object-name: move related functions to object-nameCalvin Wan1-10/+0
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan1-3/+0
2023-06-12abspath: move related functions to abspathCalvin Wan1-22/+0
2023-06-12strbuf: clarify API boundaryCalvin Wan1-0/+8
2023-06-12strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt1-0/+12
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-24/+0
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason1-3/+3
2022-12-25strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee1-0/+11
2021-12-07strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason1-1/+1
2021-10-25Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano1-2/+4
2021-10-08merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan1-2/+4
2021-09-27*.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason1-1/+1
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano1-0/+1
2021-07-13*.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2021-06-16comments: avoid using the gender of our usersFelipe Contreras1-2/+2
2020-06-29Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano1-1/+0
2020-06-19strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker1-1/+0
2020-05-05Merge branch 'bc/wildcard-credential'Junio C Hamano1-1/+6
2020-05-01Merge branch 'es/bugreport'Junio C Hamano1-0/+1
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson1-1/+6
2020-04-16bugreport: add tool to generate debugging infoEmily Shaffer1-0/+1