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.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
doc: fix some typos, grammar and wording issues
Štěpán Němec
1
-4
/
+4
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-0
/
+32
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-41
/
+16
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
1
-48
/
+9
2023-07-05
git-compat-util: move strbuf.c funcs to its header
Calvin Wan
1
-0
/
+32
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-4
/
+0
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-4
/
+0
2023-06-18
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
1
-4
/
+2
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
1
-34
/
+3
2023-06-18
replace strbuf_expand_dict_cb() with strbuf_expand_step()
René Scharfe
1
-14
/
+0
2023-06-18
strbuf: factor out strbuf_expand_step()
René Scharfe
1
-0
/
+8
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-6
/
+8
2023-06-12
object-name: move related functions to object-name
Calvin Wan
1
-10
/
+0
2023-06-12
credential-store: move related functions to credential-store file
Calvin Wan
1
-3
/
+0
2023-06-12
abspath: move related functions to abspath
Calvin Wan
1
-22
/
+0
2023-06-12
strbuf: clarify API boundary
Calvin Wan
1
-0
/
+8
2023-06-12
strbuf: provide CRLF-aware helper to read until a specified delimiter
Patrick Steinhardt
1
-0
/
+12
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
1
-24
/
+0
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-12-25
strbuf: introduce strbuf_strip_file_from_path()
Derrick Stolee
1
-0
/
+11
2021-12-07
strbuf.h: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-25
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
1
-2
/
+4
2021-10-08
merge-{ort,recursive}: remove add_submodule_odb()
Jonathan Tan
1
-2
/
+4
2021-09-27
*.h _INIT macros: don't specify fields equal to 0
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-07-28
Merge branch 'ab/attribute-format'
Junio C Hamano
1
-0
/
+1
2021-07-13
*.h: add a few missing __attribute__((format))
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-06-16
comments: avoid using the gender of our users
Felipe Contreras
1
-2
/
+2
2020-06-29
Merge branch 'rs/retire-strbuf-write-fd'
Junio C Hamano
1
-1
/
+0
2020-06-19
strbuf: remove unreferenced strbuf_write_fd method.
Randall S. Becker
1
-1
/
+0
2020-05-05
Merge branch 'bc/wildcard-credential'
Junio C Hamano
1
-1
/
+6
2020-05-01
Merge branch 'es/bugreport'
Junio C Hamano
1
-0
/
+1
2020-04-27
credential: fix matching URLs with multiple levels in path
brian m. carlson
1
-1
/
+6
2020-04-16
bugreport: add tool to generate debugging info
Emily Shaffer
1
-0
/
+1
2020-03-30
strbuf: provide function to append whole lines
Patrick Steinhardt
1
-0
/
+6
2020-03-05
Merge branch 'bc/wildcard-credential'
Junio C Hamano
1
-0
/
+6
2020-02-20
credential: allow wildcard patterns when matching config
brian m. carlson
1
-0
/
+6
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
1
-0
/
+12
2019-12-13
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
1
-0
/
+11
2019-09-18
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
1
-1
/
+6
2019-07-02
l10n: localizable upload progress messages
Dimitriy Ryazantcev
1
-0
/
+6
2019-06-28
strbuf: give URL-encoding API a char predicate fn
Matthew DeVore
1
-1
/
+6
2019-04-22
Merge branch 'ps/stash-in-c'
Junio C Hamano
1
-0
/
+16
2019-03-01
strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`
Paul-Sebastian Ungureanu
1
-0
/
+9
2019-03-01
strbuf.c: add `strbuf_join_argv()`
Paul-Sebastian Ungureanu
1
-0
/
+7
2019-01-29
strbuf: separate callback for strbuf_expand:ing literals
Anders Waldenborg
1
-0
/
+8
2018-11-02
Merge branch 'pk/rebase-in-c-3-acts'
Junio C Hamano
1
-0
/
+3
2018-11-02
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
1
-2
/
+4
2018-09-29
strbuf.h: format according to coding guidelines
Stefan Beller
1
-67
/
+81
2018-09-06
builtin rebase: support --continue
Pratik Karki
1
-0
/
+3
2018-08-10
editor: add a function to launch the sequence editor
Alban Gruin
1
-0
/
+2
[next]