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-09config: handle NULL value when parsing non-boolsJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
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-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-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "commit.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-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
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-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-10-13doc txt & -h consistency: make "annotate" consistentÆvar Arnfjörð Bjarmason
2022-08-19parse-options: add support for parsing subcommandsSZEDER Gábor
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-11Merge branch 'ea/progress-partial-blame'Junio C Hamano
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-14blame: use "goto cleanup" for cleanup_scoreboard()Ævar Arnfjörð Bjarmason
2022-04-06blame: report correct number of lines in progress when using rangesEdmundo Carmona Antoranz
2022-02-26Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-11log: add a --no-graph optionAlex Henrie
2022-02-05i18n: factorize "invalid value" messagesJean-Noël Avila
2021-12-22Merge branch 'ld/sparse-diff-blame'Junio C Hamano
2021-12-06blame: enable and test the sparse indexLessley Dennington
2021-10-26Merge branch 'ab/parse-options-cleanup'Junio C Hamano
2021-10-09parse-options.[ch]: consistently use "enum parse_opt_result"Ævar Arnfjörð Bjarmason
2021-09-28builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macroÆvar Arnfjörð Bjarmason
2021-02-26Merge branch 'rs/blame-optim'Junio C Hamano
2021-02-17blame: remove unnecessary use of get_commit_info()Rafael Silva
2021-01-26Merge branch 'ab/mailmap'Junio C Hamano
2021-01-13shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason
2021-01-07builtin/*: update usage formatZheNing Hu
2020-11-02blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain
2020-11-02blame: simplify 'setup_scoreboard' interfacePhilippe Blain
2020-11-02blame: enable funcname blaming with userdiff driverPhilippe Blain
2020-11-02line-log: mention both modes in 'blame' and 'log' short helpPhilippe Blain
2020-10-12blame: handle deref_tag() returning NULLRené Scharfe
2020-10-04Merge branch 'jc/blame-ignore-fix'Junio C Hamano
2020-09-25blame: validate and peel the object names on the ignore listJunio C Hamano
2020-08-14messages: avoid SHA-1 in end-user facing messagesJunio C Hamano
2020-05-06Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-17blame: use changed-path Bloom filtersDerrick Stolee