index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strbuf.c
Age
Commit message (
Expand
)
Author
14 days
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
2026-03-17
strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()
Vaidas Pilkauskas
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2026-01-21
Merge branch 'js/prep-symlink-windows'
Junio C Hamano
2026-01-09
strbuf_readlink(): support link targets that exceed 2*PATH_MAX
Johannes Schindelin
2026-01-09
strbuf_readlink(): avoid calling `readlink()` twice in corner-cases
Karsten Blees
2025-12-18
builtin/repo: add inflated object info to structure table
Justin Tobler
2025-12-18
builtin/repo: humanise count values in structure output
Justin Tobler
2025-12-18
strbuf: split out logic to humanise byte values
Justin Tobler
2025-07-16
strbuf: convert predicates to return bool
Phillip Wood
2025-01-13
Sync with Git 2.47.2
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-26
Sync with 2.45.3
Johannes Schindelin
2024-11-26
Sync with 2.44.3
Johannes Schindelin
2024-11-26
Sync with 2.42.4
Johannes Schindelin
2024-11-26
Sync with 2.41.3
Johannes Schindelin
2024-11-26
Sync with 2.40.4
Johannes Schindelin
2024-11-26
credential_format(): also encode <host>[:<port>]
Johannes Schindelin
2024-06-12
Merge branch 'gt/t-hash-unit-test'
Junio C Hamano
2024-05-29
strbuf: introduce strbuf_addstrings() to repeatedly add a string
Ghanshyam Thakkar
2024-05-27
strbuf: fix leak when `appendwholeline()` fails with EOF
Patrick Steinhardt
2024-04-21
don't report vsnprintf(3) error as bug
René Scharfe
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-03-25
factor out strbuf_expand_bad_format()
René Scharfe
2024-03-12
find multi-byte comment chars in unterminated buffers
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_add_commented_lines()
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-03-12
strbuf: avoid shadowing global comment_line_char name
Jeff King
2024-03-12
strbuf: avoid static variables in strbuf_add_commented_lines()
Jeff King
2024-03-12
strbuf: simplify comment-handling in add_lines() helper
Jeff King
2023-09-29
hex-ll: separate out non-hash-algo functions
Calvin Wan
2023-07-25
Merge branch 'rs/strbuf-addftime-simplify'
Junio C Hamano
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
strbuf: use skip_prefix() in strbuf_addftime()
René Scharfe
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-18
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
2023-06-18
replace strbuf_expand_dict_cb() with strbuf_expand_step()
René Scharfe
2023-06-18
strbuf: factor out strbuf_expand_step()
René Scharfe
2023-06-12
strbuf: remove global variable
Calvin Wan
2023-06-12
path: move related function to path
Calvin Wan
2023-06-12
object-name: move related functions to object-name
Calvin Wan
2023-06-12
credential-store: move related functions to credential-store file
Calvin Wan
2023-06-12
abspath: move related functions to abspath
Calvin Wan
[next]