summaryrefslogtreecommitdiffstats
path: root/builtin/reset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan2022-08-081-83/+1
* reset: show --no-refresh in the short-helpJunio C Hamano2022-03-241-3/+3
* reset: remove 'reset.refresh' config optionVictoria Dye2022-03-231-3/+1
* reset: remove 'reset.quiet' config optionVictoria Dye2022-03-231-1/+0
* reset: do not make '--quiet' disable index refreshVictoria Dye2022-03-231-8/+1
* reset: suppress '--no-refresh' advice if logging is silencedVictoria Dye2022-03-151-1/+1
* reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye2022-03-151-4/+4
* reset: introduce --[no-]refresh option to --mixedVictoria Dye2022-03-151-1/+12
* reset: revise index refresh adviceVictoria Dye2022-03-151-2/+2
* Merge branch 'ab/diff-free-more'Junio C Hamano2022-02-261-1/+0
|\
| * diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason2022-02-161-1/+0
* | Merge branch 'vd/sparse-clean-etc'Junio C Hamano2022-02-181-3/+9
|\ \ | |/ |/|
| * reset: reorder wildcard pathspec conditionsVictoria Dye2022-01-131-3/+9
* | i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-1/+1
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-2/+2
* | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-2/+2
|/
* Merge branch 'vd/sparse-reset'Junio C Hamano2021-12-101-6/+107
|\
| * reset: make --mixed sparse-awareVictoria Dye2021-11-291-2/+85
| * reset: integrate with sparse indexVictoria Dye2021-11-291-3/+7
| * reset: preserve skip-worktree bit in mixed resetVictoria Dye2021-10-281-0/+14
| * reset: rename is_missing to !is_in_reset_treeVictoria Dye2021-10-081-3/+3
* | Change unpack_trees' 'reset' flag into an enumElijah Newren2021-09-271-2/+7
* | Remove ignored files by default when they are in the wayElijah Newren2021-09-271-2/+1
* | unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren2021-09-271-0/+2
|/
* advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
* reset: free instead of leaking unneeded refAndrzej Hunt2021-03-141-1/+1
* wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* builtin/reset: compute checkout metadata for resetbrian m. carlson2020-03-161-3/+13
* Merge branch 'am/pathspec-from-file'Junio C Hamano2019-12-101-4/+21
|\
| * reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy2019-11-201-2/+19
| * doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy2019-11-201-2/+2
* | reset: parse rev as tree-ish in patch modeNika Layzell2019-11-251-1/+1
|/
* Merge branch 'nd/tree-walk-with-repo'Junio C Hamano2019-07-191-2/+2
|\
| * tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy2019-06-271-2/+2
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-101-1/+1
|\ \ | |/ |/|
| * checkout: inform the user when removing branch stateNguyễn Thái Ngọc Duy2019-04-021-1/+1
* | Merge branch 'bp/post-index-change-hook'Junio C Hamano2019-04-251-0/+1
|\ \ | |/ |/|
| * read-cache: add post-index-change hookBen Peart2019-02-151-0/+1
* | trace2:data: add subverb to reset commandJeff Hostetler2019-02-231-0/+6
|/
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-2/+2
|\
| * cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-1/+1
* | reset: warn when refresh_index() takes more than 2 secondsBen Peart2018-10-241-1/+13
* | reset: add new reset.quiet config settingBen Peart2018-10-241-0/+1
* | reset: don't compute unstaged changes after reset when --quietBen Peart2018-10-241-1/+1
|/
* diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-0/+1
* Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-031-1/+1
|\
| * block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-1/+1