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-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-28Merge branch 'jc/parse-options-reset'Junio C Hamano
2023-07-20reset: reject --no-(mixed|soft|hard|merge|keep) optionJunio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c 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 advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.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 "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-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-07parse-options: consistently allocate memory in fix_filename()Jeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah 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-07add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason
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
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-11-11reset: use 'skip_cache_tree_update' optionVictoria Dye
2022-08-08pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan
2022-03-24reset: show --no-refresh in the short-helpJunio C Hamano
2022-03-24reset: remove 'reset.refresh' config optionVictoria Dye
2022-03-24reset: remove 'reset.quiet' config optionVictoria Dye
2022-03-24reset: do not make '--quiet' disable index refreshVictoria Dye
2022-03-15reset: suppress '--no-refresh' advice if logging is silencedVictoria Dye
2022-03-15reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye
2022-03-15reset: introduce --[no-]refresh option to --mixedVictoria Dye
2022-03-15reset: revise index refresh adviceVictoria Dye
2022-02-26Merge branch 'ab/diff-free-more'Junio C Hamano
2022-02-18Merge branch 'vd/sparse-clean-etc'Junio C Hamano
2022-02-17diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason
2022-01-14reset: reorder wildcard pathspec conditionsVictoria Dye
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-11Merge branch 'vd/sparse-reset'Junio C Hamano
2021-11-29reset: make --mixed sparse-awareVictoria Dye