index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
clean.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+0
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path 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 'ab/various-leak-fixes'
Junio C Hamano
2023-02-22
1
-0
/
+1
|
\
|
*
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+1
*
|
docs & comments: replace mentions of "git-add--interactive.perl"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-1
/
+1
|
/
*
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
*
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
doc txt & -h consistency: use "[<label>...]" for "zero or more"
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
*
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
*
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
2022-02-18
1
-0
/
+3
|
\
|
*
clean: integrate with sparse index
Victoria Dye
2022-01-13
1
-0
/
+3
*
|
clean: do not attempt to remove startup_info->original_cwd
Elijah Newren
2021-12-09
1
-9
/
+35
|
/
*
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-07-01
1
-4
/
+2
*
Merge branch 'en/dir-traversal'
Junio C Hamano
2021-05-20
1
-3
/
+1
|
\
|
*
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
2021-05-13
1
-3
/
+1
*
|
Merge branch 'mt/clean-clean'
Junio C Hamano
2021-05-14
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
clean: remove unnecessary variable
Matheus Tavares
2021-05-07
1
-3
/
+1
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
|
quote_path: give flags parameter to quote_path()
Junio C Hamano
2020-09-10
1
-11
/
+11
*
|
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
2020-09-10
1
-11
/
+11
*
|
dir: fix problematic API to avoid memory leaks
Elijah Newren
2020-08-19
1
-4
/
+4
*
|
dir: make clear_directory() free all relevant memory
Elijah Newren
2020-08-19
1
-5
/
+1
*
|
clean: optimize and document cases where we recurse into subdirectories
Elijah Newren
2020-06-13
1
-2
/
+31
*
|
clean: consolidate handling of ignored parameters
Elijah Newren
2020-06-13
1
-9
/
+7
*
|
dir, clean: avoid disallowed behavior
Elijah Newren
2020-06-13
1
-1
/
+1
|
/
*
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
2020-05-05
1
-2
/
+2
|
\
|
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-2
/
+2
*
|
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
2020-04-30
1
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
2020-04-01
1
-6
/
+0
*
|
interactive: refactor code asking the user for interactive input
Johannes Schindelin
2020-04-10
1
-10
/
+4
|
/
*
Merge branch 'en/clean-nested-with-ignored'
Junio C Hamano
2019-10-11
1
-2
/
+13
|
\
|
*
clean: fix theoretical path corruption
Elijah Newren
2019-09-17
1
-1
/
+1
|
*
clean: rewrap overly long line
Elijah Newren
2019-09-17
1
-1
/
+2
|
*
clean: avoid removing untracked files in a nested git repository
Elijah Newren
2019-09-17
1
-0
/
+2
|
*
clean: disambiguate the definition of -d
Elijah Newren
2019-09-17
1
-0
/
+8
*
|
Merge branch 'ds/include-exclude'
Junio C Hamano
2019-09-30
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
treewide: rename 'exclude' methods to 'pattern'
Derrick Stolee
2019-09-05
1
-4
/
+4
|
*
treewide: rename 'struct exclude_list' to 'struct pattern_list'
Derrick Stolee
2019-09-05
1
-6
/
+6
*
|
clean: show an error message when the path is too long
Johannes Schindelin
2019-07-19
1
-1
/
+2
|
/
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+1
*
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
2018-05-29
1
-0
/
+3
*
Add and use generic name->id mapping code for color slot parsing
Nguyễn Thái Ngọc Duy
2018-05-29
1
-18
/
+10
*
completion: use __gitcomp_builtin in _git_clean
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
[next]