| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | strbuf: convert predicates to return bool | Phillip Wood | 1 | -6/+6 |
| 2025-01-13 | Sync with Git 2.47.2 | Junio C Hamano | 1 | -0/+1 |
| 2024-12-03 | refs: move ref name helpers around | Junio C Hamano | 1 | -22/+0 |
| 2024-11-26 | Sync with 2.45.3 | Johannes Schindelin | 1 | -0/+1 |
| 2024-11-26 | Sync with 2.44.3 | Johannes Schindelin | 1 | -0/+1 |
| 2024-11-26 | Sync with 2.42.4 | Johannes Schindelin | 1 | -0/+1 |
| 2024-11-26 | Sync with 2.41.3 | Johannes Schindelin | 1 | -0/+1 |
| 2024-11-26 | Sync with 2.40.4 | Johannes Schindelin | 1 | -0/+1 |
| 2024-11-26 | credential_format(): also encode <host>[:<port>] | Johannes Schindelin | 1 | -0/+1 |
| 2024-05-29 | strbuf: introduce strbuf_addstrings() to repeatedly add a string | Ghanshyam Thakkar | 1 | -0/+5 |
| 2024-04-05 | Merge branch 'jk/core-comment-string' | Junio C Hamano | 1 | -4/+5 |
| 2024-03-25 | factor out strbuf_expand_bad_format() | René Scharfe | 1 | -0/+5 |
| 2024-03-12 | find multi-byte comment chars in unterminated buffers | Jeff King | 1 | -0/+1 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_add_commented_lines() | Jeff King | 1 | -1/+1 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_commented_addf() | Jeff King | 1 | -1/+1 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_stripspace() | Jeff King | 1 | -2/+2 |
| 2024-03-12 | strbuf: avoid shadowing global comment_line_char name | Jeff King | 1 | -4/+4 |
| 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 |
| 2018-05-23 | Merge branch 'en/rename-directory-detection-reboot' | Junio C Hamano | 1 | -0/+16 |
| 2018-05-08 | merge-recursive: check for file level conflicts then get new name | Elijah Newren | 1 | -0/+16 |
| 2018-05-08 | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 1 | -0/+1 |
| 2018-04-11 | Revert "Merge branch 'en/rename-directory-detection'" | Junio C Hamano | 1 | -16/+0 |
| 2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+7 |
| 2018-04-10 | Merge branch 'en/rename-directory-detection' | Junio C Hamano | 1 | -0/+16 |
| 2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -1/+7 |
| 2018-02-15 | strbuf: add xstrdup_toupper() | Lars Schneider | 1 | -0/+1 |
| 2018-02-14 | merge-recursive: check for file level conflicts then get new name | Elijah Newren | 1 | -0/+16 |
| 2018-02-12 | worktree move: accept destination as directory | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2017-12-05 | strbuf: remove unused stripspace function alias | Elijah Newren | 1 | -9/+0 |
| 2017-10-07 | Merge branch 'jn/strbuf-doc-re-reuse' | Junio C Hamano | 1 | -2/+9 |
| 2017-10-04 | strbuf doc: reuse after strbuf_release is fine | Jonathan Nieder | 1 | -2/+9 |
| 2017-09-10 | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 1 | -1/+4 |
| 2017-08-23 | strbuf_setlen: don't write to strbuf_slopbuf | Martin Ågren | 1 | -1/+4 |
| 2017-07-14 | strbuf: use designated initializers in STRBUF_INIT | Jeff King | 1 | -1/+1 |
| 2017-07-06 | Merge branch 'ab/strbuf-addftime-tzname-boolify' | Junio C Hamano | 1 | -2/+3 |
| 2017-07-01 | strbuf: change an always NULL/"" strbuf_addftime() param to bool | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2017-06-24 | Merge branch 'rs/pretty-add-again' | Junio C Hamano | 1 | -6/+0 |
| 2017-06-24 | strbuf.h comment: discuss strbuf_addftime() arguments in order | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2017-06-15 | strbuf: let strbuf_addftime handle %z and %Z itself | René Scharfe | 1 | -2/+8 |
| 2017-06-15 | pretty: recalculate duplicate short hashes | René Scharfe | 1 | -6/+0 |
| 2017-03-14 | Merge branch 'jk/interpret-branch-name' | Junio C Hamano | 1 | -1/+20 |
| 2017-03-10 | Merge branch 'rs/strbuf-add-real-path' | Junio C Hamano | 1 | -0/+14 |
| 2017-03-02 | interpret_branch_name: allow callers to restrict expansions | Jeff King | 1 | -1/+5 |
| 2017-03-02 | strbuf_branchname: add docstring | Jeff King | 1 | -0/+15 |
| 2017-03-02 | strbuf_branchname: drop return value | Jeff King | 1 | -1/+1 |
| 2017-02-27 | strbuf: add strbuf_add_real_path() | René Scharfe | 1 | -0/+14 |
| 2017-01-30 | use SWAP macro | René Scharfe | 1 | -3/+1 |
| 2016-10-10 | link_alt_odb_entry: handle normalize_path errors | Jeff King | 1 | -0/+8 |
| 2016-08-08 | Merge branch 'rs/use-strbuf-addbuf' into maint | Junio C Hamano | 1 | -5/+1 |
| 2016-07-25 | Merge branch 'rs/use-strbuf-addbuf' | Junio C Hamano | 1 | -5/+1 |
| 2016-07-22 | strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf() | René Scharfe | 1 | -5/+1 |
| 2016-07-06 | Merge branch 'pb/strbuf-read-file-doc' into maint | Junio C Hamano | 1 | -0/+2 |
| 2016-06-27 | Merge branch 'pb/strbuf-read-file-doc' | Junio C Hamano | 1 | -0/+2 |
| 2016-06-14 | strbuf: describe the return value of strbuf_read_file | Pranit Bauva | 1 | -0/+2 |
| 2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -0/+6 |
| 2016-03-01 | run_processes_parallel: treat output of children as byte array | Stefan Beller | 1 | -0/+6 |
| 2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -6/+23 |
| 2016-01-15 | strbuf: give strbuf_getline() to the "most text friendly" variant | Junio C Hamano | 1 | -12/+10 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -3/+15 |
| 2016-01-14 | strbuf: make strbuf_getline_crlf() global | Junio C Hamano | 1 | -0/+7 |
| 2015-12-16 | strbuf: add strbuf_read_once to read without blocking | Stefan Beller | 1 | -0/+8 |
| 2015-10-26 | Merge branch 'tk/stripspace' | Junio C Hamano | 1 | -1/+10 |
| 2015-10-16 | strbuf: make stripspace() part of strbuf | Tobias Klauser | 1 | -1/+10 |
| 2015-09-25 | add reentrant variants of sha1_to_hex and find_unique_abbrev | Jeff King | 1 | -0/+8 |
| 2015-09-25 | strbuf: make strbuf_complete_line more generic | Jeff King | 1 | -2/+13 |
| 2015-08-03 | Merge branch 'jk/date-mode-format' | Junio C Hamano | 1 | -0/+5 |
| 2015-07-13 | Merge branch 'mh/strbuf-read-file-returns-ssize-t' | Junio C Hamano | 1 | -1/+1 |
| 2015-07-03 | strbuf: strbuf_read_file() should return ssize_t | Michael Haggerty | 1 | -1/+1 |
| 2015-06-29 | introduce "format" date-mode | Jeff King | 1 | -0/+5 |
| 2015-04-16 | strbuf_addch: avoid calling strbuf_grow | Jeff King | 1 | -1/+2 |
| 2015-01-16 | strbuf.h: group documentation for trim functions | Jeff King | 1 | -10/+2 |
| 2015-01-16 | strbuf.h: drop boilerplate descriptions of strbuf_split_* | Jeff King | 1 | -12/+5 |
| 2015-01-16 | strbuf.h: reorganize api function grouping headers | Jeff King | 1 | -9/+8 |
| 2015-01-16 | strbuf.h: format asciidoc code blocks as 4-space indent | Jeff King | 1 | -7/+4 |
| 2015-01-16 | strbuf.h: drop asciidoc list formatting from API docs | Jeff King | 1 | -37/+37 |
| 2015-01-16 | strbuf.h: unify documentation comments beginnings | Stefan Beller | 1 | -7/+7 |
| 2015-01-16 | strbuf.h: integrate api-strbuf.txt documentation | Jeff King | 1 | -67/+390 |
| 2014-09-19 | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 1 | -0/+1 |
| 2014-09-08 | strbuf: export strbuf_addchars() | René Scharfe | 1 | -0/+1 |
| 2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -0/+3 |
| 2014-08-26 | abspath: convert absolute_path() to strbuf | René Scharfe | 1 | -0/+2 |
| 2014-07-28 | strbuf: add strbuf_getcwd() | René Scharfe | 1 | -0/+1 |
| 2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -0/+9 |
| 2014-06-30 | strbuf: implement strbuf_strip_suffix | Jeff King | 1 | -0/+9 |
| 2014-06-19 | strbuf: add xstrfmt helper | Jeff King | 1 | -0/+9 |
| 2014-06-16 | Merge branch 'jk/http-errors' | Junio C Hamano | 1 | -0/+1 |
| 2014-06-16 | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 1 | -0/+1 |
| 2014-06-16 | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 1 | -0/+2 |
| 2014-05-27 | strbuf: add strbuf_reencode helper | Jeff King | 1 | -0/+1 |
| 2014-05-23 | strbuf: add strbuf_tolower function | Jeff King | 1 | -0/+1 |
| 2014-05-23 | daemon/config: factor out duplicate xstrdup_tolower | Jeff King | 1 | -0/+2 |
| 2014-03-03 | strbuf: style fix -- top opening bracket on a separate line | Nguyễn Thái Ngọc Duy | 1 | -6/+12 |
| 2013-04-10 | strbuf: create strbuf_humanise_bytes() to show byte sizes | Antoine Pelisse | 1 | -0/+1 |
| 2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -0/+4 |
| 2013-01-05 | Merge branch 'mh/unify-xml-in-imap-send-and-http-push' | Junio C Hamano | 1 | -0/+6 |
| 2012-11-26 | Add new function strbuf_add_xml_quoted() | Michael Haggerty | 1 | -0/+6 |
| 2012-11-04 | strbuf_split*(): document functions | Michael Haggerty | 1 | -0/+33 |
| 2012-11-04 | strbuf_split*(): rename "delim" parameter to "terminator" | Michael Haggerty | 1 | -7/+8 |
| 2012-09-15 | strbuf.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -4/+0 |
| 2012-04-24 | strbuf: convenience format functions with \n automatically appended | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
| 2012-02-26 | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 1 | -0/+1 |
| 2012-02-22 | bundle: put strbuf_readline_fd in strbuf.c with adjustments | Thomas Rast | 1 | -0/+1 |
| 2011-12-19 | Merge branch 'jk/credentials' | Junio C Hamano | 1 | -0/+5 |
| 2011-12-12 | strbuf: add strbuf_add*_urlencode | Jeff King | 1 | -0/+5 |
| 2011-11-08 | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 1 | -0/+8 |
| 2011-07-19 | Merge branch 'jk/maint-config-param' | Junio C Hamano | 1 | -1/+16 |
| 2011-06-22 | strbuf: allow strbuf_split to work on non-strbufs | Jeff King | 1 | -1/+11 |
| 2011-06-22 | strbuf_split: add a max parameter | Jeff King | 1 | -1/+6 |
| 2011-04-27 | strbuf: clarify assertion in strbuf_setlen() | René Scharfe | 1 | -5/+2 |
| 2011-03-30 | Merge branch 'maint' | Junio C Hamano | 1 | -36/+1 |
| 2011-03-30 | strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead | Michael Witten | 1 | -36/+1 |
| 2011-02-26 | strbuf: add strbuf_vaddf | Jeff King | 1 | -0/+2 |
| 2010-09-27 | strbuf.h: fix comment typo | Pat Notz | 1 | -1/+1 |
| 2010-01-20 | Merge branch 'jc/maint-strbuf-add-fix-doubling' | Junio C Hamano | 1 | -0/+1 |
| 2010-01-20 | Merge branch 'jk/warn-author-committer-after-commit' | Junio C Hamano | 1 | -0/+1 |
| 2010-01-14 | strbuf: add strbuf_addbuf_percentquote | Jeff King | 1 | -0/+1 |
| 2010-01-13 | strbuf_addbuf(): allow passing the same buf to dst and src | Junio C Hamano | 1 | -0/+1 |
| 2010-01-12 | strbuf.c: remove unused function | Junio C Hamano | 1 | -1/+0 |
| 2009-11-15 | Check the format of more printf-type functions | Tarmigan Casebolt | 1 | -1/+1 |
| 2009-08-05 | strbuf: add new function strbuf_getwholeline() | Brandon Casey | 1 | -0/+1 |
| 2009-04-22 | Fix typos / spelling in comments | Mike Ralphson | 1 | -1/+1 |
| 2009-03-22 | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 1 | -0/+1 |
| 2009-03-22 | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 1 | -0/+2 |
| 2008-12-17 | Add generic 'strbuf_readlink()' helper function | Linus Torvalds | 1 | -0/+1 |
| 2008-11-23 | add strbuf_expand_dict_cb(), a helper for simple cases | René Scharfe | 1 | -0/+5 |
| 2008-07-25 | editor.c: Libify launch_editor() | Stephan Beyer | 1 | -1/+1 |
| 2008-07-13 | Add some useful functions for strbuf manipulation. | Lukas Sandström | 1 | -0/+6 |
| 2008-07-13 | Make some strbuf_*() struct strbuf arguments const. | Lukas Sandström | 1 | -3/+3 |
| 2008-02-09 | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 1 | -2/+2 |
| 2007-11-26 | builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. | Pierre Habouzit | 1 | -1/+1 |
| 2007-11-22 | Export launch_editor() and make it accept ':' as a no-op editor. | Kristian Høgsberg | 1 | -0/+1 |
| 2007-11-11 | add strbuf_adddup() | René Scharfe | 1 | -0/+1 |
| 2007-11-09 | --pretty=format: on-demand format expansion | René Scharfe | 1 | -0/+3 |
| 2007-11-05 | Fix comment in strbuf.h to use correct name strbuf_avail() | Steffen Prohaska | 1 | -4/+4 |
| 2007-09-29 | strbuf_read_file enhancement, and use it. | Pierre Habouzit | 1 | -1/+1 |
| 2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -5/+5 |
| 2007-09-27 | Clean up stripspace a bit, use strbuf even more. | Kristian Høgsberg | 1 | -0/+2 |
| 2007-09-27 | Add strbuf_read_file(). | Kristian Høgsberg | 1 | -0/+1 |
| 2007-09-26 | Add strbuf_cmp. | Pierre Habouzit | 1 | -0/+1 |
| 2007-09-26 | strbuf_setlen(): do not barf on setting length of an empty buffer to 0 | Junio C Hamano | 1 | -3/+6 |
| 2007-09-20 | strbuf API additions and enhancements. | Pierre Habouzit | 1 | -6/+11 |
| 2007-09-18 | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 1 | -3/+2 |
| 2007-09-16 | New strbuf APIs: splice and attach. | Pierre Habouzit | 1 | -0/+5 |
| 2007-09-10 | Strbuf API extensions and fixes. | Pierre Habouzit | 1 | -2/+8 |
| 2007-09-06 | Rework strbuf API and semantics. | Pierre Habouzit | 1 | -2/+84 |
| 2005-05-18 | [PATCH] Kill a bunch of pointer sign warnings for gcc4 | Brian Gerst | 1 | -1/+1 |
| 2005-04-25 | [PATCH] Introduce diff-tree-helper. | Junio C Hamano | 1 | -0/+13 |