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
2024-01-03Merge branch 'la/trailer-cleanups'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-21commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver
2023-10-14Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano
2023-10-04merge: free result of repo_get_merge_bases()Jeff King
2023-09-30diff --stat: set the width defaults in a helper functionDragan Simic
2023-09-18diff --stat: add config option to limit filename widthDragan Simic
2023-09-06merge: do not pass unused opt->value parameterJeff King
2023-09-06parse-options: mark unused "opt" parameter in callbacksJeff King
2023-09-01merge: simplify parsing of "-n" optionJeff King
2023-09-01merge: make xopts a strvecJeff 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-06Merge branch 'cw/strbuf-cleanup'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-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren
2023-06-12strbuf: remove global variableCalvin Wan
2023-04-11editor: move editor-related functions and declarations into common fileElijah 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 advice.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 "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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-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-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
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-02-23Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason
2023-02-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano
2023-02-07builtin/merge.c: free "&buf" on "Your local changes..." errorÆvar Arnfjörð Bjarmason
2023-02-07builtin/merge.c: use fixed strings, not "strbuf", fix leakÆvar Arnfjörð Bjarmason
2023-01-13merge: break out of all_strategy loop when strategy is foundSeija Kijin
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-11-21{reset,merge}: call discard_index() before returningÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason