summaryrefslogtreecommitdiffstats
path: root/strbuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/strbuf-addftime-simplify'Junio C Hamano2023-07-251-18/+6
|\
| * strbuf: use skip_prefix() in strbuf_addftime()René Scharfe2023-07-171-18/+6
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-103/+11
|\ \ \ | |_|/ |/| |
| * | strbuf: remove global variableCalvin Wan2023-06-121-8/+10
| * | path: move related function to pathCalvin Wan2023-06-121-21/+0
| * | object-name: move related functions to object-nameCalvin Wan2023-06-121-16/+0
| * | credential-store: move related functions to credential-store fileCalvin Wan2023-06-121-19/+0
| * | abspath: move related functions to abspathCalvin Wan2023-06-121-37/+0
| * | strbuf: clarify dependencyCalvin Wan2023-06-121-1/+1
* | | Merge branch 'rs/strbuf-expand-step'Junio C Hamano2023-07-061-48/+10
|\ \ \ | |_|/ |/| |
| * | strbuf: simplify strbuf_expand_literal_cb()René Scharfe2023-06-181-3/+1
| * | replace strbuf_expand() with strbuf_expand_step()René Scharfe2023-06-181-20/+0
| * | replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe2023-06-181-16/+0
| * | strbuf: factor out strbuf_expand_step()René Scharfe2023-06-181-14/+14
| |/
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-0/+1
|\ \
| * | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
| |/
* / strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt2023-06-121-3/+8
|/
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-28/+0
* treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
* strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee2022-12-251-0/+6
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason2022-03-071-2/+2
* date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
* strbuf_addftime(): handle "%s" manuallyJeff King2021-11-041-1/+13
* merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan2021-10-091-3/+9
* *.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason2021-07-011-2/+2
* mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt2021-04-281-0/+2
* Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano2020-06-291-5/+0
|\
| * strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker2020-06-191-5/+0
* | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-05-051-3/+5
|\ \
| * | credential: fix matching URLs with multiple levels in pathbrian m. carlson2020-04-271-3/+5
* | | Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+4
|\ \ \ | | |/ | |/|
| * | bugreport: add tool to generate debugging infoEmily Shaffer2020-04-171-0/+4
* | | strbuf: provide function to append whole linesPatrick Steinhardt2020-03-301-0/+10
| |/ |/|
* | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-0/+15
|/
* strbuf: add a helper function to call the editor "on an strbuf"Johannes Schindelin2019-12-131-0/+28
* Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-7/+8
|\
| * strbuf: give URL-encoding API a char predicate fnMatthew DeVore2019-06-281-7/+8