index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
reset.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
1
-1
/
+2
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-0
/
+2
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+2
2022-11-21
{reset,merge}: call discard_index() before returning
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-11-10
reset: use 'skip_cache_tree_update' option
Victoria Dye
1
-0
/
+2
2022-08-08
pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
Shaoxuan Yuan
1
-83
/
+1
2022-03-24
reset: show --no-refresh in the short-help
Junio C Hamano
1
-3
/
+3
2022-03-23
reset: remove 'reset.refresh' config option
Victoria Dye
1
-3
/
+1
2022-03-23
reset: remove 'reset.quiet' config option
Victoria Dye
1
-1
/
+0
2022-03-23
reset: do not make '--quiet' disable index refresh
Victoria Dye
1
-8
/
+1
2022-03-14
reset: suppress '--no-refresh' advice if logging is silenced
Victoria Dye
1
-1
/
+1
2022-03-14
reset: replace '--quiet' with '--no-refresh' in performance advice
Victoria Dye
1
-4
/
+4
2022-03-14
reset: introduce --[no-]refresh option to --mixed
Victoria Dye
1
-1
/
+12
2022-03-14
reset: revise index refresh advice
Victoria Dye
1
-2
/
+2
2022-02-25
Merge branch 'ab/diff-free-more'
Junio C Hamano
1
-1
/
+0
2022-02-17
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
1
-3
/
+9
2022-02-16
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2022-01-13
reset: reorder wildcard pathspec conditions
Victoria Dye
1
-3
/
+9
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-2
/
+2
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-2
/
+2
2021-12-10
Merge branch 'vd/sparse-reset'
Junio C Hamano
1
-6
/
+107
2021-11-29
reset: make --mixed sparse-aware
Victoria Dye
1
-2
/
+85
2021-11-29
reset: integrate with sparse index
Victoria Dye
1
-3
/
+7
2021-10-27
reset: preserve skip-worktree bit in mixed reset
Victoria Dye
1
-0
/
+14
2021-10-07
reset: rename is_missing to !is_in_reset_tree
Victoria Dye
1
-3
/
+3
2021-09-27
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
1
-2
/
+7
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
1
-2
/
+1
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
1
-0
/
+2
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-1
/
+1
2021-03-14
reset: free instead of leaking unneeded ref
Andrzej Hunt
1
-1
/
+1
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-1
/
+1
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-2
/
+2
2020-03-16
builtin/reset: compute checkout metadata for reset
brian m. carlson
1
-3
/
+13
2019-12-10
Merge branch 'am/pathspec-from-file'
Junio C Hamano
1
-4
/
+21
2019-11-25
reset: parse rev as tree-ish in patch mode
Nika Layzell
1
-1
/
+1
2019-11-20
reset: support the `--pathspec-from-file` option
Alexandr Miloslavskiy
1
-2
/
+19
2019-11-20
doc: reset: synchronize <pathspec> description
Alexandr Miloslavskiy
1
-2
/
+2
2019-07-19
Merge branch 'nd/tree-walk-with-repo'
Junio C Hamano
1
-2
/
+2
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-1
/
+1
2019-06-27
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-04-25
Merge branch 'bp/post-index-change-hook'
Junio C Hamano
1
-0
/
+1
2019-04-02
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-02-22
trace2:data: add subverb to reset command
Jeff Hostetler
1
-0
/
+6
2019-02-15
read-cache: add post-index-change hook
Ben Peart
1
-0
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
[next]