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-10-05doc: fix some typos, grammar and wording issuesŠtěpán Němec
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
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 strbuf.c funcs to its headerCalvin Wan
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21cache.h: remove this no-longer-used headerElijah 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-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 API boundaryCalvin Wan
2023-06-12strbuf: provide CRLF-aware helper to read until a specified delimiterPatrick Steinhardt
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2022-12-25strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee
2021-12-07strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason
2021-10-26Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano
2021-10-09merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan
2021-09-28*.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-14*.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-06-16comments: avoid using the gender of our usersFelipe Contreras
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-03-05Merge branch 'bc/wildcard-credential'Junio C Hamano
2020-02-21credential: allow wildcard patterns when matching configbrian m. carlson
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe
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
2019-07-02l10n: localizable upload progress messagesDimitriy Ryazantcev
2019-06-28strbuf: give URL-encoding API a char predicate fnMatthew DeVore
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano
2019-03-01strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`Paul-Sebastian Ungureanu
2019-03-01strbuf.c: add `strbuf_join_argv()`Paul-Sebastian Ungureanu
2019-01-29strbuf: separate callback for strbuf_expand:ing literalsAnders Waldenborg
2018-11-02Merge branch 'pk/rebase-in-c-3-acts'Junio C Hamano
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-09-29strbuf.h: format according to coding guidelinesStefan Beller
2018-09-06builtin rebase: support --continuePratik Karki
2018-08-10editor: add a function to launch the sequence editorAlban Gruin