aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/reset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano1-1/+2
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano1-0/+2
2022-12-13diff: mark unused parameters in callbacksJeff King1-1/+2
2022-11-21{reset,merge}: call discard_index() before returningÆvar Arnfjörð Bjarmason1-0/+2
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-4/+5
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-2/+3
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-2/+2
2022-11-10reset: use 'skip_cache_tree_update' optionVictoria Dye1-0/+2
2022-08-08pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan1-83/+1
2022-03-24reset: show --no-refresh in the short-helpJunio C Hamano1-3/+3
2022-03-23reset: remove 'reset.refresh' config optionVictoria Dye1-3/+1
2022-03-23reset: remove 'reset.quiet' config optionVictoria Dye1-1/+0
2022-03-23reset: do not make '--quiet' disable index refreshVictoria Dye1-8/+1
2022-03-14reset: suppress '--no-refresh' advice if logging is silencedVictoria Dye1-1/+1
2022-03-14reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye1-4/+4
2022-03-14reset: introduce --[no-]refresh option to --mixedVictoria Dye1-1/+12
2022-03-14reset: revise index refresh adviceVictoria Dye1-2/+2
2022-02-25Merge branch 'ab/diff-free-more'Junio C Hamano1-1/+0
2022-02-17Merge branch 'vd/sparse-clean-etc'Junio C Hamano1-3/+9
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason1-1/+0
2022-01-13reset: reorder wildcard pathspec conditionsVictoria Dye1-3/+9
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila1-1/+1
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila1-2/+2
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-2/+2
2021-12-10Merge branch 'vd/sparse-reset'Junio C Hamano1-6/+107
2021-11-29reset: make --mixed sparse-awareVictoria Dye1-2/+85
2021-11-29reset: integrate with sparse indexVictoria Dye1-3/+7
2021-10-27reset: preserve skip-worktree bit in mixed resetVictoria Dye1-0/+14
2021-10-07reset: rename is_missing to !is_in_reset_treeVictoria Dye1-3/+3
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren1-2/+7
2021-09-27Remove ignored files by default when they are in the wayElijah Newren1-2/+1
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren1-0/+2
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-1/+1
2021-03-14reset: free instead of leaking unneeded refAndrzej Hunt1-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-2/+2
2020-03-16builtin/reset: compute checkout metadata for resetbrian m. carlson1-3/+13
2019-12-10Merge branch 'am/pathspec-from-file'Junio C Hamano1-4/+21
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell1-1/+1
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy1-2/+19
2019-11-20doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-2/+2
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano1-2/+2
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-1/+1
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy1-2/+2
2019-04-25Merge branch 'bp/post-index-change-hook'Junio C Hamano1-0/+1
2019-04-02checkout: inform the user when removing branch stateNguyễn Thái Ngọc Duy1-1/+1
2019-02-22trace2:data: add subverb to reset commandJeff Hostetler1-0/+6
2019-02-15read-cache: add post-index-change hookBen Peart1-0/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1