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