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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20Merge branch 'rs/incompatible-options-messages'Junio C Hamano
2023-12-20Merge branch 'jc/revision-parse-int'Junio C Hamano
2023-12-09revision: parse integer arguments to --max-count, --skip, etc., more carefullyJunio C Hamano
2023-12-09revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe
2023-12-09revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogsRené Scharfe
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
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