summaryrefslogtreecommitdiffstats
path: root/strbuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan1-1/+1
2023-07-25Merge branch 'rs/strbuf-addftime-simplify'Junio C Hamano1-18/+6
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-17strbuf: use skip_prefix() in strbuf_addftime()René Scharfe1-18/+6
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-103/+11
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-48/+10
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe1-3/+1
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe1-20/+0
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe1-16/+0
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe1-14/+14
2023-06-12strbuf: remove global variableCalvin Wan1-8/+10
2023-06-12path: move related function to pathCalvin Wan1-21/+0
2023-06-12object-name: move related functions to object-nameCalvin Wan1-16/+0
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan1-19/+0
2023-06-12abspath: move related functions to abspathCalvin Wan1-37/+0
2023-06-12strbuf: clarify dependencyCalvin Wan1-1/+1
2023-06-12strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt1-3/+8
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-28/+0
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-12-25strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee1-0/+6
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-03-07gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason1-2/+2
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason1-0/+1
2021-11-04strbuf_addftime(): handle "%s" manuallyJeff King1-1/+13
2021-10-08merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan1-3/+9
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason1-2/+2
2021-04-28mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt1-0/+2
2020-06-29Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano1-5/+0
2020-06-19strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker1-5/+0
2020-05-05Merge branch 'bc/wildcard-credential'Junio C Hamano1-3/+5
2020-05-01Merge branch 'es/bugreport'Junio C Hamano1-0/+4
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson1-3/+5
2020-04-16bugreport: add tool to generate debugging infoEmily Shaffer1-0/+4
2020-03-30strbuf: provide function to append whole linesPatrick Steinhardt1-0/+10
2020-02-20credential: allow wildcard patterns when matching configbrian m. carlson1-0/+15
2019-12-13strbuf: add a helper function to call the editor "on an strbuf"Johannes Schindelin1-0/+28
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano1-7/+8