summaryrefslogtreecommitdiffstats
path: root/strbuf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.47.2Junio C Hamano4 days1-0/+1
|\
| * Sync with 2.45.3Johannes Schindelin2024-11-261-0/+1
| |\
| | * Sync with 2.44.3Johannes Schindelin2024-11-261-0/+1
| | |\
| | | * Sync with 2.42.4Johannes Schindelin2024-11-261-0/+1
| | | |\
| | | | * Sync with 2.41.3Johannes Schindelin2024-11-261-0/+1
| | | | |\
| | | | | * Sync with 2.40.4Johannes Schindelin2024-11-261-0/+1
| | | | | |\
| | | | | | * credential_format(): also encode <host>[:<port>]Johannes Schindelin2024-11-261-0/+1
* | | | | | | refs: move ref name helpers aroundJunio C Hamano2024-12-031-22/+0
|/ / / / / /
* / / / / / 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