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-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak
2023-10-14Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano
2023-10-06revision: clear decoration structs during release_revisions()Jeff King
2023-10-04Merge branch 'ps/revision-cmdline-stdin-not'Junio C Hamano
2023-09-25revision: make pseudo-opt flags read via stdin behave consistentlyPatrick Steinhardt
2023-09-20range-diff: treat notes like `log`Kristoffer Haugsbakk
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-14revisions: drop unused "opt" parameter in "tweak" callbacksJeff King
2023-07-11revision.h: store hidden refs in a `strvec`Taylor Blau
2023-07-11refs: plumb `exclude_patterns` argument throughoutTaylor Blau
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05Merge branch 'ps/revision-stdin-with-options'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-15revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt
2023-06-15revision: small readability improvement for reading from stdinPatrick Steinhardt
2023-06-15revision: reorder `read_revisions_from_stdin()`Patrick Steinhardt
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor
2023-03-18Merge branch 'ew/fetch-hiderefs'Junio C Hamano
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24mark "pointless" data pointers in callbacksJeff King
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
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano