aboutsummaryrefslogtreecommitdiffstats
path: root/strbuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16strbuf: convert predicates to return boolPhillip Wood1-14/+14
2025-01-13Sync with Git 2.47.2Junio C Hamano1-1/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-26Sync with 2.45.3Johannes Schindelin1-1/+3
2024-11-26Sync with 2.44.3Johannes Schindelin1-1/+3
2024-11-26Sync with 2.42.4Johannes Schindelin1-1/+3
2024-11-26Sync with 2.41.3Johannes Schindelin1-1/+3
2024-11-26Sync with 2.40.4Johannes Schindelin1-1/+3
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin1-1/+3
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano1-0/+9
2024-05-29strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar1-0/+9
2024-05-27strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt1-1/+3
2024-04-21don't report vsnprintf(3) error as bugRené Scharfe1-2/+2
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-22/+25
2024-03-25factor out strbuf_expand_bad_format()René Scharfe1-0/+20
2024-03-12find multi-byte comment chars in unterminated buffersJeff King1-0/+11
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King1-13/+3
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King1-2/+8
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-3/+3
2024-03-12strbuf: avoid shadowing global comment_line_char nameJeff King1-8/+8
2024-03-12strbuf: avoid static variables in strbuf_add_commented_lines()Jeff King1-3/+3
2024-03-12strbuf: simplify comment-handling in add_lines() helperJeff King1-14/+10
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan1-1/+1
2023-07-25Merge branch 'rs/strbuf-addftime-simplify'Junio C Hamano1-18/+6
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-17strbuf: use skip_prefix() in strbuf_addftime()René Scharfe1-18/+6
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-103/+11
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-48/+10
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe1-3/+1
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe1-20/+0
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe1-16/+0
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe1-14/+14
2023-06-12strbuf: remove global variableCalvin Wan1-8/+10
2023-06-12path: move related function to pathCalvin Wan1-21/+0
2023-06-12object-name: move related functions to object-nameCalvin Wan1-16/+0
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan1-19/+0
2023-06-12abspath: move related functions to abspathCalvin Wan1-37/+0
2023-06-12strbuf: clarify dependencyCalvin Wan1-1/+1
2023-06-12strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt1-3/+8
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-28/+0
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+1