index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
clean.c
Age
Commit message (
Expand
)
Author
2025-09-29
Merge branch 'jk/color-variable-fixes'
Junio C Hamano
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
2025-08-21
Merge branch 'jc/strbuf-split'
Junio C Hamano
2025-08-02
clean: do not use strbuf_split*() [part 2]
Junio C Hamano
2025-08-02
clean: do not pass the whole structure when it is not necessary
Junio C Hamano
2025-08-02
clean: do not use strbuf_split*() [part 1]
Junio C Hamano
2025-08-02
clean: do not pass strbuf by value
Junio C Hamano
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2024-03-04
clean: further clean-up of implementation around "--force"
Junio C Hamano
2024-03-03
clean: improve -n and -f implementation and documentation
Sergey Organov
2023-12-09
clean: factorize incompatibility message
René Scharfe
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
config: inline git_color_default_config
Glen Choo
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2023-02-06
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
2023-02-06
docs & comments: replace mentions of "git-add--interactive.perl"
Ævar Arnfjörð Bjarmason
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-10-13
doc txt & -h consistency: use "[<label>...]" for "zero or more"
Ævar Arnfjörð Bjarmason
2022-10-13
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
2022-02-17
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
2022-01-13
clean: integrate with sparse index
Victoria Dye
2021-12-09
clean: do not attempt to remove startup_info->original_cwd
Elijah Newren
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
2021-05-14
Merge branch 'mt/clean-clean'
Junio C Hamano
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
2021-05-07
clean: remove unnecessary variable
Matheus Tavares
2021-03-13
use CALLOC_ARRAY
René Scharfe
2020-09-10
quote_path: give flags parameter to quote_path()
Junio C Hamano
2020-09-10
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
2020-08-18
dir: fix problematic API to avoid memory leaks
Elijah Newren
2020-08-18
dir: make clear_directory() free all relevant memory
Elijah Newren
2020-06-12
clean: optimize and document cases where we recurse into subdirectories
Elijah Newren
2020-06-12
clean: consolidate handling of ignored parameters
Elijah Newren
2020-06-12
dir, clean: avoid disallowed behavior
Elijah Newren
[next]