index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
strbuf.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-06-12
path: move related function to path
Calvin Wan
1
-21
/
+0
2023-06-12
object-name: move related functions to object-name
Calvin Wan
1
-16
/
+0
2023-06-12
credential-store: move related functions to credential-store file
Calvin Wan
1
-19
/
+0
2023-06-12
abspath: move related functions to abspath
Calvin Wan
1
-37
/
+0
2023-06-12
strbuf: clarify dependency
Calvin Wan
1
-1
/
+1
2023-06-12
strbuf: provide CRLF-aware helper to read until a specified delimiter
Patrick Steinhardt
1
-3
/
+8
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
1
-28
/
+0
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
1
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2022-12-25
strbuf: introduce strbuf_strip_file_from_path()
Derrick Stolee
1
-0
/
+6
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-11-04
strbuf_addftime(): handle "%s" manually
Jeff King
1
-1
/
+13
2021-10-08
merge-{ort,recursive}: remove add_submodule_odb()
Jonathan Tan
1
-3
/
+9
2021-07-01
*.c *_init(): define in terms of corresponding *_INIT macro
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-04-28
mailinfo: also free strbuf lists when clearing mailinfo
Andrzej Hunt
1
-0
/
+2
2020-06-29
Merge branch 'rs/retire-strbuf-write-fd'
Junio C Hamano
1
-5
/
+0
2020-06-19
strbuf: remove unreferenced strbuf_write_fd method.
Randall S. Becker
1
-5
/
+0
2020-05-05
Merge branch 'bc/wildcard-credential'
Junio C Hamano
1
-3
/
+5
2020-05-01
Merge branch 'es/bugreport'
Junio C Hamano
1
-0
/
+4
2020-04-27
credential: fix matching URLs with multiple levels in path
brian m. carlson
1
-3
/
+5
2020-04-16
bugreport: add tool to generate debugging info
Emily Shaffer
1
-0
/
+4
2020-03-30
strbuf: provide function to append whole lines
Patrick Steinhardt
1
-0
/
+10
2020-02-20
credential: allow wildcard patterns when matching config
brian m. carlson
1
-0
/
+15
2019-12-13
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
1
-0
/
+28
2019-09-18
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
1
-7
/
+8
[next]