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
*
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
*
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
*
Merge branch 'jk/ref-filter-colors-fix'
Junio C Hamano
2017-10-18
1
-1
/
+2
|
\
|
*
Revert "color: check color.ui in git_default_config()"
Jeff King
2017-10-17
1
-1
/
+2
*
|
clean: release strbuf after use in remove_dirs()
Rene Scharfe
2017-09-07
1
-2
/
+5
*
|
Merge branch 'jk/c99'
Junio C Hamano
2017-08-11
1
-9
/
+10
|
\
\
|
|
/
|
/
|
|
*
clean.c: use designated initializer
Junio C Hamano
2017-07-18
1
-9
/
+10
*
|
color: check color.ui in git_default_config()
Jeff King
2017-07-13
1
-2
/
+1
|
/
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'sl/clean-d-ignored-fix'
Junio C Hamano
2017-06-02
1
-0
/
+42
|
\
\
|
*
|
clean: teach clean -d to preserve ignored paths
Samuel Lijin
2017-05-24
1
-0
/
+42
*
|
|
dir: convert fill_directory to take an index
Brandon Williams
2017-05-06
1
-1
/
+1
*
|
|
dir: convert is_excluded to take an index
Brandon Williams
2017-05-06
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'nd/clean-preserve-errno-in-warning'
Junio C Hamano
2017-02-27
1
-4
/
+12
|
\
\
|
|
/
|
/
|
[next]