summaryrefslogtreecommitdiffstats
path: root/strbuf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar2024-05-291-0/+5
* Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-4/+5
|\
| * find multi-byte comment chars in unterminated buffersJeff King2024-03-121-0/+1
| * strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King2024-03-121-1/+1
| * strbuf: accept a comment string for strbuf_commented_addf()Jeff King2024-03-121-1/+1
| * strbuf: accept a comment string for strbuf_stripspace()Jeff King2024-03-121-2/+2
| * strbuf: avoid shadowing global comment_line_char nameJeff King2024-03-121-4/+4
* | factor out strbuf_expand_bad_format()René Scharfe2024-03-251-0/+5
|/
* doc: fix some typos, grammar and wording issuesŠtěpán Němec2023-10-051-4/+4
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-0/+32
|\
| * git-compat-util: move strbuf.c funcs to its headerCalvin Wan2023-07-051-0/+32
* | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-41/+16
|\ \
| * | strbuf: remove global variableCalvin Wan2023-06-121-6/+8
| * | object-name: move related functions to object-nameCalvin Wan2023-06-121-10/+0
| * | credential-store: move related functions to credential-store fileCalvin Wan2023-06-121-3/+0
| * | abspath: move related functions to abspathCalvin Wan2023-06-121-22/+0
| * | strbuf: clarify API boundaryCalvin Wan2023-06-121-0/+8
* | | Merge branch 'rs/strbuf-expand-step'Junio C Hamano2023-07-061-48/+9
|\ \ \ | |_|/ |/| |
| * | strbuf: simplify strbuf_expand_literal_cb()René Scharfe2023-06-181-4/+2
| * | replace strbuf_expand() with strbuf_expand_step()René Scharfe2023-06-181-34/+3
| * | replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe2023-06-181-14/+0
| * | strbuf: factor out strbuf_expand_step()René Scharfe2023-06-181-0/+8
| |/
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-4/+0
|\ \
| * | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-4/+0
| |/
* / strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt2023-06-121-0/+12
|/
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-24/+0
* post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-3/+3
* strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee2022-12-251-0/+11
* strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason2021-12-071-1/+1
* Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-261-2/+4
|\
| * merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan2021-10-091-2/+4
* | *.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason2021-09-271-1/+1
|/
* Merge branch 'ab/attribute-format'Junio C Hamano2021-07-281-0/+1
|\
| * *.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-141-0/+1
* | comments: avoid using the gender of our usersFelipe Contreras2021-06-161-2/+2
|/
* Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano2020-06-291-1/+0
|\
| * strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker2020-06-191-1/+0
* | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-05-051-1/+6
|\ \
| * | credential: fix matching URLs with multiple levels in pathbrian m. carlson2020-04-271-1/+6
* | | Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+1
|\ \ \ | | |/ | |/|
| * | bugreport: add tool to generate debugging infoEmily Shaffer2020-04-171-0/+1
* | | strbuf: provide function to append whole linesPatrick Steinhardt2020-03-301-0/+6
* | | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-051-0/+6
|\ \ \ | | |/ | |/|
| * | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-0/+6
| |/
* / strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-0/+12
|/
* strbuf: add a helper function to call the editor "on an strbuf"Johannes Schindelin2019-12-131-0/+11
* Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-1/+6
|\
| * strbuf: give URL-encoding API a char predicate fnMatthew DeVore2019-06-281-1/+6
* | l10n: localizable upload progress messagesDimitriy Ryazantcev2019-07-021-0/+6
|/
* Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+16
|\