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-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
2018-10-24reset: warn when refresh_index() takes more than 2 secondsBen Peart
2018-10-24reset: add new reset.quiet config settingBen Peart
2018-10-24reset: don't compute unstaged changes after reset when --quietBen Peart
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-03Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller
2018-07-03read-cache: teach make_cache_entry to take object_idJameson Miller