165 Commits (10f743389ca9a92720fb9c3d15f647888d82c297)

Author SHA1 Message Date
Junio C Hamano 5891c76cd0 reset: show --no-refresh in the short-help 3 years ago
Victoria Dye 7cff6765fe reset: remove 'reset.refresh' config option 3 years ago
Victoria Dye 2efc9b84e5 reset: remove 'reset.quiet' config option 3 years ago
Victoria Dye 45bf76284b reset: do not make '--quiet' disable index refresh 3 years ago
Victoria Dye d492abb0ae reset: suppress '--no-refresh' advice if logging is silenced 3 years ago
Victoria Dye 9396251b37 reset: replace '--quiet' with '--no-refresh' in performance advice 3 years ago
Victoria Dye fd56fba97f reset: introduce --[no-]refresh option to --mixed 3 years ago
Victoria Dye e86ec71d20 reset: revise index refresh advice 3 years ago
Ævar Arnfjörð Bjarmason 244c27242f diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec) 3 years ago
Victoria Dye 1624333ec1 reset: reorder wildcard pathspec conditions 3 years ago
Jean-Noël Avila 246cac8505 i18n: turn even more messages into "cannot be used together" ones 3 years ago
Jean-Noël Avila 6fa00ee843 i18n: factorize "--foo requires --bar" and the like 3 years ago
Jean-Noël Avila 12909b6b8a i18n: turn "options are incompatible" into "cannot be used together" 3 years ago
Victoria Dye 4d1cfc1351 reset: make --mixed sparse-aware 3 years ago
Victoria Dye c01b1cbd47 reset: integrate with sparse index 3 years ago
Victoria Dye 71471b2a7c reset: preserve skip-worktree bit in mixed reset 3 years ago
Victoria Dye 1f86b7cb63 reset: rename is_missing to !is_in_reset_tree 3 years ago
Elijah Newren 480d3d6bf9 Change unpack_trees' 'reset' flag into an enum 3 years ago
Elijah Newren 1b5f37334a Remove ignored files by default when they are in the way 3 years ago
Elijah Newren 04988c8d18 unpack-trees: introduce preserve_ignored to unpack_trees_options 3 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 3 years ago
Andrzej Hunt e901de6816 reset: free instead of leaking unneeded ref 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 4 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
brian m. carlson 4cf76f6bbf builtin/reset: compute checkout metadata for reset 5 years ago
Nika Layzell 0a8e3036a3 reset: parse rev as tree-ish in patch mode 5 years ago
Alexandr Miloslavskiy 64bac8df97 reset: support the `--pathspec-from-file` option 5 years ago
Alexandr Miloslavskiy d137b50756 doc: reset: synchronize <pathspec> description 5 years ago
Nguyễn Thái Ngọc Duy 5e57580733 tree-walk.c: remove the_repo from fill_tree_descriptor() 6 years ago
Nguyễn Thái Ngọc Duy f4a4b9aca3 checkout: inform the user when removing branch state 6 years ago
Jeff Hostetler c18b6c1a2b trace2:data: add subverb to reset command 6 years ago
Ben Peart 1956ecd0ab read-cache: add post-index-change hook 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy c207e9e1f6 cache-tree.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 4edce1729a branch.c: remove the_repository reference 6 years ago
Ben Peart 649bf3a42f reset: warn when refresh_index() takes more than 2 seconds 6 years ago
Ben Peart 4c3abd0551 reset: add new reset.quiet config setting 6 years ago
Ben Peart 9ac8125d1a reset: don't compute unstaged changes after reset when --quiet 6 years ago
Nguyễn Thái Ngọc Duy b78ea5fc35 diff.c: reduce implicit dependency on the_index 6 years ago
Jameson Miller a849735bfb block alloc: add lifecycle APIs for cache_entry structs 7 years ago
Jameson Miller 825ed4d9a0 read-cache: teach make_cache_entry to take object_id 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
brian m. carlson d8448522d8 builtin/reset: convert use of EMPTY_TREE_SHA1_BIN 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Thomas Gummerer 1cf823fb68 reset --hard: make use of the pretty machinery 7 years ago
Olga Telezhnaya cf3947193c format: create pretty.h file 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams c9f348e926 add, reset: use DIFF_OPT_SET macro to set a diff flag 7 years ago