aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c
AgeCommit message (Expand)Author
14 daysMerge branch 'vp/http-rate-limit-retries'Junio C Hamano
2026-03-17strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()Vaidas Pilkauskas
2026-02-05global: constify some pointers that are not written toCollin Funk
2026-01-21Merge branch 'js/prep-symlink-windows'Junio C Hamano
2026-01-09strbuf_readlink(): support link targets that exceed 2*PATH_MAXJohannes Schindelin
2026-01-09strbuf_readlink(): avoid calling `readlink()` twice in corner-casesKarsten Blees
2025-12-18builtin/repo: add inflated object info to structure tableJustin Tobler
2025-12-18builtin/repo: humanise count values in structure outputJustin Tobler
2025-12-18strbuf: split out logic to humanise byte valuesJustin Tobler
2025-07-16strbuf: convert predicates to return boolPhillip Wood
2025-01-13Sync with Git 2.47.2Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-26Sync with 2.45.3Johannes Schindelin
2024-11-26Sync with 2.44.3Johannes Schindelin
2024-11-26Sync with 2.42.4Johannes Schindelin
2024-11-26Sync with 2.41.3Johannes Schindelin
2024-11-26Sync with 2.40.4Johannes Schindelin
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano
2024-05-29strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar
2024-05-27strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt
2024-04-21don't report vsnprintf(3) error as bugRené Scharfe
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-03-25factor out strbuf_expand_bad_format()René Scharfe
2024-03-12find multi-byte comment chars in unterminated buffersJeff King
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King
2024-03-12strbuf: avoid shadowing global comment_line_char nameJeff King
2024-03-12strbuf: avoid static variables in strbuf_add_commented_lines()Jeff King
2024-03-12strbuf: simplify comment-handling in add_lines() helperJeff King
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan
2023-07-25Merge branch 'rs/strbuf-addftime-simplify'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-17strbuf: use skip_prefix() in strbuf_addftime()René Scharfe
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe
2023-06-12strbuf: remove global variableCalvin Wan
2023-06-12path: move related function to pathCalvin Wan
2023-06-12object-name: move related functions to object-nameCalvin Wan
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan
2023-06-12abspath: move related functions to abspathCalvin Wan