index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
clean.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-09-17
clean: disambiguate the definition of -d
Elijah Newren
1
-0
/
+8
2019-09-05
treewide: rename 'exclude' methods to 'pattern'
Derrick Stolee
1
-4
/
+4
2019-09-05
treewide: rename 'struct exclude_list' to 'struct pattern_list'
Derrick Stolee
1
-6
/
+6
2019-07-19
clean: show an error message when the path is too long
Johannes Schindelin
1
-1
/
+2
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+1
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-29
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2018-05-29
Add and use generic name->id mapping code for color slot parsing
Nguyễn Thái Ngọc Duy
1
-18
/
+10
2018-02-09
completion: use __gitcomp_builtin in _git_clean
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-10-18
Merge branch 'jk/ref-filter-colors-fix'
Junio C Hamano
1
-1
/
+2
2017-10-17
Revert "color: check color.ui in git_default_config()"
Jeff King
1
-1
/
+2
2017-09-07
clean: release strbuf after use in remove_dirs()
Rene Scharfe
1
-2
/
+5
2017-08-11
Merge branch 'jk/c99'
Junio C Hamano
1
-9
/
+10
2017-07-18
clean.c: use designated initializer
Junio C Hamano
1
-9
/
+10
2017-07-13
color: check color.ui in git_default_config()
Jeff King
1
-2
/
+1
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-4
/
+2
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-02
Merge branch 'sl/clean-d-ignored-fix'
Junio C Hamano
1
-0
/
+42
2017-05-24
clean: teach clean -d to preserve ignored paths
Samuel Lijin
1
-0
/
+42
2017-05-06
dir: convert fill_directory to take an index
Brandon Williams
1
-1
/
+1
2017-05-06
dir: convert is_excluded to take an index
Brandon Williams
1
-1
/
+1
2017-02-27
Merge branch 'nd/clean-preserve-errno-in-warning'
Junio C Hamano
1
-4
/
+12
2017-02-16
clean: use warning_errno() when appropriate
Nguyễn Thái Ngọc Duy
1
-4
/
+12
[next]