index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
reset.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+2
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-10
/
+12
|
\
|
*
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-9
/
+10
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-19
1
-1
/
+3
|
\
\
|
*
|
parse-options: consistently allocate memory in fix_filename()
Jeff King
2023-03-06
1
-1
/
+3
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2023-02-22
1
-3
/
+8
|
\
\
|
*
|
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
2023-02-07
1
-3
/
+8
*
|
|
add API: remove run_add_interactive() wrapper function
Ævar Arnfjörð Bjarmason
2023-02-07
1
-1
/
+3
|
/
/
*
|
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
2022-12-26
1
-1
/
+2
|
\
|
|
*
diff: mark unused parameters in callbacks
Jeff King
2022-12-13
1
-1
/
+2
*
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
{reset,merge}: call discard_index() before returning
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+2
*
|
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-4
/
+5
*
|
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
|
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+3
*
|
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
*
|
reset: use 'skip_cache_tree_update' option
Victoria Dye
2022-11-11
1
-0
/
+2
|
/
*
pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
Shaoxuan Yuan
2022-08-08
1
-83
/
+1
*
reset: show --no-refresh in the short-help
Junio C Hamano
2022-03-24
1
-3
/
+3
*
reset: remove 'reset.refresh' config option
Victoria Dye
2022-03-23
1
-3
/
+1
*
reset: remove 'reset.quiet' config option
Victoria Dye
2022-03-23
1
-1
/
+0
*
reset: do not make '--quiet' disable index refresh
Victoria Dye
2022-03-23
1
-8
/
+1
*
reset: suppress '--no-refresh' advice if logging is silenced
Victoria Dye
2022-03-15
1
-1
/
+1
*
reset: replace '--quiet' with '--no-refresh' in performance advice
Victoria Dye
2022-03-15
1
-4
/
+4
*
reset: introduce --[no-]refresh option to --mixed
Victoria Dye
2022-03-15
1
-1
/
+12
*
reset: revise index refresh advice
Victoria Dye
2022-03-15
1
-2
/
+2
*
Merge branch 'ab/diff-free-more'
Junio C Hamano
2022-02-26
1
-1
/
+0
|
\
|
*
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
2022-02-16
1
-1
/
+0
*
|
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
2022-02-18
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
reset: reorder wildcard pathspec conditions
Victoria Dye
2022-01-13
1
-3
/
+9
*
|
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
|
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
2022-01-05
1
-2
/
+2
*
|
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-2
/
+2
|
/
*
Merge branch 'vd/sparse-reset'
Junio C Hamano
2021-12-10
1
-6
/
+107
|
\
|
*
reset: make --mixed sparse-aware
Victoria Dye
2021-11-29
1
-2
/
+85
|
*
reset: integrate with sparse index
Victoria Dye
2021-11-29
1
-3
/
+7
|
*
reset: preserve skip-worktree bit in mixed reset
Victoria Dye
2021-10-28
1
-0
/
+14
|
*
reset: rename is_missing to !is_in_reset_tree
Victoria Dye
2021-10-08
1
-3
/
+3
*
|
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
2021-09-27
1
-2
/
+7
*
|
Remove ignored files by default when they are in the way
Elijah Newren
2021-09-27
1
-2
/
+1
[next]