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-12-09clean: factorize incompatibility messageRené Scharfe
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-29config: inline git_color_default_configGlen Choo
2023-06-21repository: remove unnecessary include of path.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-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-07various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason
2023-02-07docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: use "[<label>...]" for "zero or more"Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
2022-02-18Merge branch 'vd/sparse-clean-etc'Junio C Hamano
2022-01-14clean: integrate with sparse indexVictoria Dye
2021-12-10clean: do not attempt to remove startup_info->original_cwdElijah Newren
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-14Merge branch 'mt/clean-clean'Junio C Hamano
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-05-07clean: remove unnecessary variableMatheus Tavares
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-19dir: make clear_directory() free all relevant memoryElijah Newren
2020-06-13clean: optimize and document cases where we recurse into subdirectoriesElijah Newren
2020-06-13clean: consolidate handling of ignored parametersElijah Newren
2020-06-13dir, clean: avoid disallowed behaviorElijah Newren
2020-05-06Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-30Merge branch 'en/fill-directory-exponential'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano
2019-09-17clean: fix theoretical path corruptionElijah Newren
2019-09-17clean: rewrap overly long lineElijah Newren
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren
2019-09-17clean: disambiguate the definition of -dElijah Newren
2019-09-06treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-06treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-07-19clean: show an error message when the path is too longJohannes Schindelin
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King