summaryrefslogtreecommitdiffstats
path: root/builtin/reset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* diff.h: fix index used to loop through unsigned integerPatrick Steinhardt2024-12-061-1/+0
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-2/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* | environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt2024-09-121-2/+3
|/
* Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-5/+8
|\
| * cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-5/+8
* | builtin: stop using `the_index`Patrick Steinhardt2024-04-181-16/+16
|/
* Merge branch 'js/merge-tree-3-trees'Junio C Hamano2024-03-081-0/+4
|\
| * Always check `parse_tree*()`'s return valueJohannes Schindelin2024-02-231-0/+4
* | add-patch: classify '@' as a synonym for 'HEAD'Ghanshyam Thakkar2024-02-131-1/+3
* | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-3/+0
|/
* Merge branch 'jc/parse-options-reset'Junio C Hamano2023-07-281-11/+18
|\
| * reset: reject --no-(mixed|soft|hard|merge|keep) optionJunio C Hamano2023-07-201-11/+18
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\ \
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
| |/
* | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
|/
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+2
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-10/+12
|\
| * cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-9/+10
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-191-1/+3
|\ \
| * | parse-options: consistently allocate memory in fix_filename()Jeff King2023-03-061-1/+3
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
| |/ |/|
* | Merge branch 'ab/various-leak-fixes'Junio C Hamano2023-02-221-3/+8
|\ \
| * | various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason2023-02-071-3/+8
* | | add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-071-1/+3
|/ /
* | Merge branch 'jk/unused-post-2.39'Junio C Hamano2022-12-261-1/+2
|\|
| * diff: mark unused parameters in callbacksJeff King2022-12-131-1/+2
* | Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-0/+2
|\ \ | |/ |/|
| * {reset,merge}: call discard_index() before returningÆvar Arnfjörð Bjarmason2022-11-211-0/+2
* | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-4/+5
* | cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* | cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-2/+3
* | cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+2
* | reset: use 'skip_cache_tree_update' optionVictoria Dye2022-11-111-0/+2
|/
* 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