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
/
clean.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-2
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-4
/
+3
2024-03-04
clean: further clean-up of implementation around "--force"
Junio C Hamano
1
-7
/
+2
2024-03-03
clean: improve -n and -f implementation and documentation
Sergey Organov
1
-14
/
+9
2023-12-09
clean: factorize incompatibility message
René Scharfe
1
-1
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-3
/
+6
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-28
config: inline git_color_default_config
Glen Choo
1
-2
/
+4
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path 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-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-0
/
+1
2023-02-06
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2023-02-06
docs & comments: replace mentions of "git-add--interactive.perl"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: use "[<label>...]" for "zero or more"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-17
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
1
-0
/
+3
2022-01-13
clean: integrate with sparse index
Victoria Dye
1
-0
/
+3
2021-12-09
clean: do not attempt to remove startup_info->original_cwd
Elijah Newren
1
-9
/
+35
2021-07-01
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
1
-3
/
+1
2021-05-14
Merge branch 'mt/clean-clean'
Junio C Hamano
1
-3
/
+1
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
1
-3
/
+1
2021-05-07
clean: remove unnecessary variable
Matheus Tavares
1
-3
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2020-09-10
quote_path: give flags parameter to quote_path()
Junio C Hamano
1
-11
/
+11
2020-09-10
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
1
-11
/
+11
2020-08-18
dir: fix problematic API to avoid memory leaks
Elijah Newren
1
-4
/
+4
2020-08-18
dir: make clear_directory() free all relevant memory
Elijah Newren
1
-5
/
+1
2020-06-12
clean: optimize and document cases where we recurse into subdirectories
Elijah Newren
1
-2
/
+31
2020-06-12
clean: consolidate handling of ignored parameters
Elijah Newren
1
-9
/
+7
2020-06-12
dir, clean: avoid disallowed behavior
Elijah Newren
1
-1
/
+1
2020-05-05
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
1
-2
/
+2
2020-04-29
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
1
-6
/
+0
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-2
/
+2
2020-04-10
interactive: refactor code asking the user for interactive input
Johannes Schindelin
1
-10
/
+4
2020-04-01
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
1
-6
/
+0
2019-10-11
Merge branch 'en/clean-nested-with-ignored'
Junio C Hamano
1
-2
/
+13
2019-09-30
Merge branch 'ds/include-exclude'
Junio C Hamano
1
-6
/
+6
2019-09-17
clean: fix theoretical path corruption
Elijah Newren
1
-1
/
+1
2019-09-17
clean: rewrap overly long line
Elijah Newren
1
-1
/
+2
2019-09-17
clean: avoid removing untracked files in a nested git repository
Elijah Newren
1
-0
/
+2
[next]