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
2022-12-13diff: mark unused parameters in callbacksJeff King
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
2021-11-29reset: integrate with sparse indexVictoria Dye
2021-10-28reset: preserve skip-worktree bit in mixed resetVictoria Dye
2021-10-08reset: rename is_missing to !is_in_reset_treeVictoria Dye
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren
2021-09-27Remove ignored files by default when they are in the wayElijah Newren
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-03-15reset: free instead of leaking unneeded refAndrzej Hunt
2020-09-03wt-status: tolerate dangling marksJonathan Tan
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-03-16builtin/reset: compute checkout metadata for resetbrian m. carlson
2019-12-11Merge branch 'am/pathspec-from-file'Junio C Hamano
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy
2019-11-20doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-10Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy
2019-04-25Merge branch 'bp/post-index-change-hook'Junio C Hamano
2019-04-02checkout: inform the user when removing branch stateNguyễn Thái Ngọc Duy
2019-02-23trace2:data: add subverb to reset commandJeff Hostetler
2019-02-15read-cache: add post-index-change hookBen Peart
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-05Merge branch 'nd/the-index'Junio C Hamano
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy