Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-30hex-ll: separate out non-hash-algo functionsCalvin Wan
2023-07-25Merge branch 'rs/strbuf-addftime-simplify'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-17strbuf: use skip_prefix() in strbuf_addftime()René Scharfe
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe
2023-06-12strbuf: remove global variableCalvin Wan
2023-06-12path: move related function to pathCalvin Wan
2023-06-12object-name: move related functions to object-nameCalvin Wan
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan
2023-06-12abspath: move related functions to abspathCalvin Wan
2023-06-12strbuf: clarify dependencyCalvin Wan
2023-06-12strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-12-25strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-03-07gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2021-11-04strbuf_addftime(): handle "%s" manuallyJeff King
2021-10-09merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason
2021-04-28mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt
2020-06-30Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano
2020-06-19strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker
2020-05-06Merge branch 'bc/wildcard-credential'Junio C Hamano
2020-05-01Merge branch 'es/bugreport'Junio C Hamano
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson
2020-04-17bugreport: add tool to generate debugging infoEmily Shaffer
2020-03-30strbuf: provide function to append whole linesPatrick Steinhardt
2020-02-21credential: allow wildcard patterns when matching configbrian m. carlson
2019-12-13strbuf: add a helper function to call the editor "on an strbuf"Johannes Schindelin
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano