index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
strbuf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't report vsnprintf(3) error as bug
René Scharfe
2024-04-21
1
-2
/
+2
*
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-04-05
1
-22
/
+25
|
\
|
*
find multi-byte comment chars in unterminated buffers
Jeff King
2024-03-12
1
-0
/
+11
|
*
strbuf: accept a comment string for strbuf_add_commented_lines()
Jeff King
2024-03-12
1
-13
/
+3
|
*
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
2024-03-12
1
-2
/
+8
|
*
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-03-12
1
-3
/
+3
|
*
strbuf: avoid shadowing global comment_line_char name
Jeff King
2024-03-12
1
-8
/
+8
|
*
strbuf: avoid static variables in strbuf_add_commented_lines()
Jeff King
2024-03-12
1
-3
/
+3
|
*
strbuf: simplify comment-handling in add_lines() helper
Jeff King
2024-03-12
1
-14
/
+10
*
|
factor out strbuf_expand_bad_format()
René Scharfe
2024-03-25
1
-0
/
+20
|
/
*
hex-ll: separate out non-hash-algo functions
Calvin Wan
2023-09-30
1
-1
/
+1
*
Merge branch 'rs/strbuf-addftime-simplify'
Junio C Hamano
2023-07-25
1
-18
/
+6
|
\
|
*
strbuf: use skip_prefix() in strbuf_addftime()
René Scharfe
2023-07-17
1
-18
/
+6
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
\
|
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-07-06
1
-103
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
strbuf: remove global variable
Calvin Wan
2023-06-12
1
-8
/
+10
|
*
|
path: move related function to path
Calvin Wan
2023-06-12
1
-21
/
+0
|
*
|
object-name: move related functions to object-name
Calvin Wan
2023-06-12
1
-16
/
+0
|
*
|
credential-store: move related functions to credential-store file
Calvin Wan
2023-06-12
1
-19
/
+0
|
*
|
abspath: move related functions to abspath
Calvin Wan
2023-06-12
1
-37
/
+0
|
*
|
strbuf: clarify dependency
Calvin Wan
2023-06-12
1
-1
/
+1
*
|
|
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
2023-07-06
1
-48
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
2023-06-18
1
-3
/
+1
|
*
|
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
2023-06-18
1
-20
/
+0
|
*
|
replace strbuf_expand_dict_cb() with strbuf_expand_step()
René Scharfe
2023-06-18
1
-16
/
+0
|
*
|
strbuf: factor out strbuf_expand_step()
René Scharfe
2023-06-18
1
-14
/
+14
|
|
/
*
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-0
/
+1
|
\
\
|
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
|
/
*
/
strbuf: provide CRLF-aware helper to read until a specified delimiter
Patrick Steinhardt
2023-06-12
1
-3
/
+8
|
/
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
1
-28
/
+0
*
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
strbuf: introduce strbuf_strip_file_from_path()
Derrick Stolee
2022-12-25
1
-0
/
+6
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
2022-03-07
1
-2
/
+2
*
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
2022-02-16
1
-0
/
+1
*
strbuf_addftime(): handle "%s" manually
Jeff King
2021-11-04
1
-1
/
+13
*
merge-{ort,recursive}: remove add_submodule_odb()
Jonathan Tan
2021-10-09
1
-3
/
+9
*
*.c *_init(): define in terms of corresponding *_INIT macro
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+2
*
mailinfo: also free strbuf lists when clearing mailinfo
Andrzej Hunt
2021-04-28
1
-0
/
+2
[next]