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
2025-08-04
Merge branch 'lm/add-p-context'
Junio C Hamano
1
-2
/
+15
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
1
-2
/
+15
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-05-16
reset: integrate sparse index with --patch
Derrick Stolee
1
-3
/
+3
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
1
-1
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-2
/
+3
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-5
/
+8
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-5
/
+8
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-16
/
+16
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
1
-0
/
+4
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
1
-0
/
+4
2024-02-13
add-patch: classify '@' as a synonym for 'HEAD'
Ghanshyam Thakkar
1
-1
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-07-27
Merge branch 'jc/parse-options-reset'
Junio C Hamano
1
-11
/
+18
2023-07-19
reset: reject --no-(mixed|soft|hard|merge|keep) option
Junio C Hamano
1
-11
/
+18
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+2
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-10
/
+12
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-9
/
+10
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-19
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
1
-1
/
+3
2023-03-06
parse-options: consistently allocate memory in fix_filename()
Jeff King
1
-1
/
+3
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-3
/
+8
2023-02-06
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
1
-3
/
+8
2023-02-06
add API: remove run_add_interactive() wrapper function
Ævar Arnfjörð Bjarmason
1
-1
/
+3
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
[next]