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
2014-10-07
use skip_prefix() to avoid more magic numbers
René Scharfe
1
-3
/
+4
2014-09-09
Merge branch 'rs/clean-menu-item-defn'
Junio C Hamano
1
-1
/
+1
2014-08-18
clean: use f(void) instead of f() to declare a pointer to a function without ...
René Scharfe
1
-1
/
+1
2014-07-21
use xcalloc() to allocate zero-initialized memory
René Scharfe
1
-2
/
+1
2014-07-02
Merge branch 'maint-1.8.5' into maint
Junio C Hamano
1
-1
/
+1
2014-07-02
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
1
-1
/
+1
2014-04-08
Merge branch 'jl/nor-or-nand-and'
Junio C Hamano
1
-3
/
+3
2014-03-31
code and test: fix misuses of "nor"
Justin Lebar
1
-3
/
+3
2014-03-18
Merge branch 'jk/clean-d-pathspec' into maint
Junio C Hamano
1
-11
/
+9
2014-03-18
Merge branch 'jk/clean-d-pathspec'
Junio C Hamano
1
-11
/
+9
2014-03-11
clean: simplify dir/not-dir logic
Jeff King
1
-9
/
+6
2014-03-11
clean: respect pathspecs with "-d"
Jeff King
1
-2
/
+3
2014-02-27
Merge branch 'ep/varscope'
Junio C Hamano
1
-1
/
+2
2014-02-24
clean: use cache_name_is_other()
Nguyễn Thái Ngọc Duy
1
-19
/
+2
2014-02-24
clean: replace match_pathspec() with dir_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-02-24
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-01-31
builtin/clean.c: reduce scope of variable
Elia Pinto
1
-1
/
+2
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-2
/
+2
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-14
/
+10
2013-09-04
Merge branch 'sb/parseopt-boolean-removal'
Junio C Hamano
1
-3
/
+3
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-3
/
+3
2013-08-01
Merge branch 'jx/clean-interactive'
Junio C Hamano
1
-28
/
+52
2013-07-24
git-clean: implement partial matching for selection
Jiang Xin
1
-28
/
+52
2013-07-22
Merge branch 'jx/clean-interactive'
Junio C Hamano
1
-31
/
+747
2013-07-15
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-15
clean: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2013-07-15
clean: remove unused variable "seen"
Nguyễn Thái Ngọc Duy
1
-9
/
+2
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-06-26
git-clean: use a git-add-interactive compatible UI
Jiang Xin
1
-29
/
+427
2013-06-26
git-clean: add colors to interactive git-clean
Jiang Xin
1
-1
/
+72
2013-06-26
git-clean: show items of del_list in columns
Jiang Xin
1
-9
/
+40
2013-06-26
git-clean: add ask each interactive action
Jiang Xin
1
-0
/
+36
2013-06-26
git-clean: add support for -i/--interactive
Jiang Xin
1
-5
/
+52
2013-06-26
git-clean: add select by numbers interactive action
Jiang Xin
1
-0
/
+39
2013-06-26
git-clean: refactor git-clean into two phases
Jiang Xin
1
-19
/
+45
2013-06-26
git-clean: add filter by pattern interactive action
Jiang Xin
1
-0
/
+68
2013-06-26
quote_path_relative(): remove redundant parameter
Jiang Xin
1
-9
/
+9
2013-01-23
Merge branch 'as/check-ignore'
Junio C Hamano
1
-2
/
+3
2013-01-16
clean.c, ls-files.c: respect encapsulation of exclude_list_groups
Adam Spiers
1
-3
/
+3
2013-01-14
git-clean: Display more accurate delete messages
Zoltan Klinger
1
-29
/
+125
2013-01-06
dir.c: keep track of where patterns came from
Adam Spiers
1
-2
/
+2
2013-01-06
dir.c: use a single struct exclude_list per source of excludes
Adam Spiers
1
-1
/
+2
2012-08-20
i18n: clean: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
1
-9
/
+9
2011-08-28
Documentation: clarify "git clean -e <pattern>"
Junio C Hamano
1
-2
/
+3
2011-03-09
i18n: git-clean clean.requireForce messages
Ævar Arnfjörð Bjarmason
1
-3
/
+8
2011-03-09
i18n: git-clean basic messages
Ævar Arnfjörð Bjarmason
1
-10
/
+10
2010-11-24
Merge branch 'rs/opt-help-text'
Junio C Hamano
1
-3
/
+3
2010-11-17
clean: remove redundant variable baselen
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2010-11-16
clean: avoid quoting twice
Nguyễn Thái Ngọc Duy
1
-2
/
+2
[prev]
[next]