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