summaryrefslogtreecommitdiffstats
path: root/strbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.47.2Junio C Hamano4 days1-1/+3
|\
| * Sync with 2.45.3Johannes Schindelin2024-11-261-1/+3
| |\
| | * Sync with 2.44.3Johannes Schindelin2024-11-261-1/+3
| | |\
| | | * Sync with 2.42.4Johannes Schindelin2024-11-261-1/+3
| | | |\
| | | | * Sync with 2.41.3Johannes Schindelin2024-11-261-1/+3
| | | | |\
| | | | | * Sync with 2.40.4Johannes Schindelin2024-11-261-1/+3
| | | | | |\
| | | | | | * credential_format(): also encode <host>[:<port>]Johannes Schindelin2024-11-261-1/+3
* | | | | | | global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
|/ / / / / /
* | | | | | Merge branch 'gt/t-hash-unit-test'Junio C Hamano2024-06-121-0/+9
|\ \ \ \ \ \
| * | | | | | strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar2024-05-291-0/+9
| |/ / / / /
* / / / / / strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt2024-05-271-1/+3
|/ / / / /
* | | | | don't report vsnprintf(3) error as bugRené Scharfe2024-04-211-2/+2
* | | | | Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-22/+25
|\ \ \ \ \
| * | | | | find multi-byte comment chars in unterminated buffersJeff King2024-03-121-0/+11
| * | | | | strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King2024-03-121-13/+3
| * | | | | strbuf: accept a comment string for strbuf_commented_addf()Jeff King2024-03-121-2/+8
| * | | | | strbuf: accept a comment string for strbuf_stripspace()Jeff King2024-03-121-3/+3
| * | | | | strbuf: avoid shadowing global comment_line_char nameJeff King2024-03-121-8/+8
| * | | | | strbuf: avoid static variables in strbuf_add_commented_lines()Jeff King2024-03-121-3/+3
| * | | | | strbuf: simplify comment-handling in add_lines() helperJeff King2024-03-121-14/+10
| |/ / / /
* / / / / factor out strbuf_expand_bad_format()René Scharfe2024-03-251-0/+20
|/ / / /
* / / / hex-ll: separate out non-hash-algo functionsCalvin Wan2023-09-301-1/+1
|/ / /
* | | Merge branch 'rs/strbuf-addftime-simplify'Junio C Hamano2023-07-251-18/+6
|\ \ \
| * | | strbuf: use skip_prefix() in strbuf_addftime()René Scharfe2023-07-171-18/+6
* | | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \ \ \
| * | | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-103/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | strbuf: remove global variableCalvin Wan2023-06-121-8/+10
| * | | | path: move related function to pathCalvin Wan2023-06-121-21/+0
| * | | | object-name: move related functions to object-nameCalvin Wan2023-06-121-16/+0
| * | | | credential-store: move related functions to credential-store fileCalvin Wan2023-06-121-19/+0
| * | | | abspath: move related functions to abspathCalvin Wan2023-06-121-37/+0
| * | | | strbuf: clarify dependencyCalvin Wan2023-06-121-1/+1
| | |/ / | |/| |
* | | | Merge branch 'rs/strbuf-expand-step'Junio C Hamano2023-07-061-48/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | strbuf: simplify strbuf_expand_literal_cb()René Scharfe2023-06-181-3/+1
| * | | replace strbuf_expand() with strbuf_expand_step()René Scharfe2023-06-181-20/+0
| * | | replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe2023-06-181-16/+0
| * | | strbuf: factor out strbuf_expand_step()René Scharfe2023-06-181-14/+14
| |/ /
* | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-0/+1
|\ \ \
| * | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
| |/ /
* / / strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt2023-06-121-3/+8
|/ /
* | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-28/+0
* | treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1