Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with Git 2.47.2 | Junio C Hamano | 4 days | 1 | -0/+1 |
|\ | |||||
| * | Sync with 2.45.3 | Johannes Schindelin | 2024-11-26 | 1 | -0/+1 |
| |\ | |||||
| | * | Sync with 2.44.3 | Johannes Schindelin | 2024-11-26 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Sync with 2.42.4 | Johannes Schindelin | 2024-11-26 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.41.3 | Johannes Schindelin | 2024-11-26 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Sync with 2.40.4 | Johannes Schindelin | 2024-11-26 | 1 | -0/+1 |
| | | | | |\ | |||||
| | | | | | * | credential_format(): also encode <host>[:<port>] | Johannes Schindelin | 2024-11-26 | 1 | -0/+1 |
* | | | | | | | refs: move ref name helpers around | Junio C Hamano | 2024-12-03 | 1 | -22/+0 |
|/ / / / / / | |||||
* / / / / / | strbuf: introduce strbuf_addstrings() to repeatedly add a string | Ghanshyam Thakkar | 2024-05-29 | 1 | -0/+5 |
|/ / / / / | |||||
* | | | | | Merge branch 'jk/core-comment-string' | Junio C Hamano | 2024-04-05 | 1 | -4/+5 |
|\ \ \ \ \ | |||||
| * | | | | | find multi-byte comment chars in unterminated buffers | Jeff King | 2024-03-12 | 1 | -0/+1 |
| * | | | | | strbuf: accept a comment string for strbuf_add_commented_lines() | Jeff King | 2024-03-12 | 1 | -1/+1 |
| * | | | | | strbuf: accept a comment string for strbuf_commented_addf() | Jeff King | 2024-03-12 | 1 | -1/+1 |
| * | | | | | strbuf: accept a comment string for strbuf_stripspace() | Jeff King | 2024-03-12 | 1 | -2/+2 |
| * | | | | | strbuf: avoid shadowing global comment_line_char name | Jeff King | 2024-03-12 | 1 | -4/+4 |
| |/ / / / | |||||
* / / / / | factor out strbuf_expand_bad_format() | René Scharfe | 2024-03-25 | 1 | -0/+5 |
|/ / / / | |||||
* / / / | doc: fix some typos, grammar and wording issues | Štěpán Němec | 2023-10-05 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 2023-07-17 | 1 | -0/+32 |
|\ \ \ | |||||
| * | | | git-compat-util: move strbuf.c funcs to its header | Calvin Wan | 2023-07-05 | 1 | -0/+32 |
* | | | | Merge branch 'cw/strbuf-cleanup' | Junio C Hamano | 2023-07-06 | 1 | -41/+16 |
|\ \ \ \ | |||||
| * | | | | strbuf: remove global variable | Calvin Wan | 2023-06-12 | 1 | -6/+8 |
| * | | | | object-name: move related functions to object-name | Calvin Wan | 2023-06-12 | 1 | -10/+0 |
| * | | | | credential-store: move related functions to credential-store file | Calvin Wan | 2023-06-12 | 1 | -3/+0 |
| * | | | | abspath: move related functions to abspath | Calvin Wan | 2023-06-12 | 1 | -22/+0 |
| * | | | | strbuf: clarify API boundary | Calvin Wan | 2023-06-12 | 1 | -0/+8 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'rs/strbuf-expand-step' | Junio C Hamano | 2023-07-06 | 1 | -48/+9 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | strbuf: simplify strbuf_expand_literal_cb() | René Scharfe | 2023-06-18 | 1 | -4/+2 |
| * | | | replace strbuf_expand() with strbuf_expand_step() | René Scharfe | 2023-06-18 | 1 | -34/+3 |
| * | | | replace strbuf_expand_dict_cb() with strbuf_expand_step() | René Scharfe | 2023-06-18 | 1 | -14/+0 |
| * | | | strbuf: factor out strbuf_expand_step() | René Scharfe | 2023-06-18 | 1 | -0/+8 |
| |/ / | |||||
* | | | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 2023-06-30 | 1 | -4/+0 |
|\ \ \ | |||||
| * | | | cache.h: remove this no-longer-used header | Elijah Newren | 2023-06-21 | 1 | -4/+0 |
| |/ / | |||||
* / / | strbuf: provide CRLF-aware helper to read until a specified delimiter | Patrick Steinhardt | 2023-06-12 | 1 | -0/+12 |
|/ / | |||||
* | | editor: move editor-related functions and declarations into common file | Elijah Newren | 2023-04-11 | 1 | -24/+0 |
* | | post-cocci: adjust comments for recent repo_* migration | Ævar Arnfjörð Bjarmason | 2023-03-28 | 1 | -3/+3 |
|/ | |||||
* | strbuf: introduce strbuf_strip_file_from_path() | Derrick Stolee | 2022-12-25 | 1 | -0/+11 |
* | strbuf.h: use BUG(...) not die("BUG: ...") | Ævar Arnfjörð Bjarmason | 2021-12-07 | 1 | -1/+1 |
* | Merge branch 'jt/no-abuse-alternate-odb-for-submodules' | Junio C Hamano | 2021-10-26 | 1 | -2/+4 |
|\ | |||||
| * | merge-{ort,recursive}: remove add_submodule_odb() | Jonathan Tan | 2021-10-09 | 1 | -2/+4 |
* | | *.h _INIT macros: don't specify fields equal to 0 | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'ab/attribute-format' | Junio C Hamano | 2021-07-28 | 1 | -0/+1 |
|\ | |||||
| * | *.h: add a few missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 2021-07-14 | 1 | -0/+1 |
* | | comments: avoid using the gender of our users | Felipe Contreras | 2021-06-16 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'rs/retire-strbuf-write-fd' | Junio C Hamano | 2020-06-29 | 1 | -1/+0 |
|\ | |||||
| * | strbuf: remove unreferenced strbuf_write_fd method. | Randall S. Becker | 2020-06-19 | 1 | -1/+0 |
* | | Merge branch 'bc/wildcard-credential' | Junio C Hamano | 2020-05-05 | 1 | -1/+6 |
|\ \ | |||||
| * | | credential: fix matching URLs with multiple levels in path | brian m. carlson | 2020-04-27 | 1 | -1/+6 |
* | | | Merge branch 'es/bugreport' | Junio C Hamano | 2020-05-01 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | bugreport: add tool to generate debugging info | Emily Shaffer | 2020-04-17 | 1 | -0/+1 |
* | | | strbuf: provide function to append whole lines | Patrick Steinhardt | 2020-03-30 | 1 | -0/+6 |