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 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-2
/
+2
|
\
|
*
use st_add and st_mult for allocation size computation
Jeff King
2016-02-22
1
-1
/
+1
|
*
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
1
-1
/
+1
*
|
Merge branch 'jk/ref-cache-non-repository-optim'
Junio C Hamano
2016-02-03
1
-25
/
+1
|
\
|
|
*
clean: make is_git_repository a public function
Jeff King
2016-01-25
1
-25
/
+1
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-3
/
+3
|
/
*
use strbuf_complete to conditionally append slash
Jeff King
2015-10-05
1
-4
/
+2
*
clean: improve performance when removing lots of directories
Erik Elfström
2015-06-15
1
-4
/
+26
*
Merge branch 'rs/janitorial'
Junio C Hamano
2015-06-01
1
-2
/
+0
|
\
|
*
clean: remove unused variable buf
René Scharfe
2015-05-20
1
-2
/
+0
*
|
Merge branch 'dt/clean-pathspec-filter-then-lstat'
Junio C Hamano
2015-06-01
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
clean: only lstat files in pathspec
David Turner
2015-05-18
1
-3
/
+3
*
|
Merge branch 'ja/clean-confirm-i18n'
Junio C Hamano
2015-03-07
1
-1
/
+2
|
\
\
|
*
|
Add hint interactive cleaning
Jean-Noel Avila
2015-03-02
1
-1
/
+2
|
|
/
*
|
clean: typofix
Alexander Kuleshov
2014-12-22
1
-1
/
+1
*
|
Merge branch 'jn/parse-config-slot'
Junio C Hamano
2014-10-20
1
-2
/
+1
|
\
\
|
*
|
color_parse: do not mention variable name in error message
Jeff King
2014-10-14
1
-2
/
+1
|
|
/
*
|
use skip_prefix() to avoid more magic numbers
René Scharfe
2014-10-07
1
-3
/
+4
*
|
Merge branch 'rs/clean-menu-item-defn'
Junio C Hamano
2014-09-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
clean: use f(void) instead of f() to declare a pointer to a function without ...
René Scharfe
2014-08-18
1
-1
/
+1
*
|
use xcalloc() to allocate zero-initialized memory
René Scharfe
2014-07-21
1
-2
/
+1
*
|
Merge branch 'maint-1.8.5' into maint
Junio C Hamano
2014-07-02
1
-1
/
+1
|
\
\
|
*
|
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
2014-07-02
1
-1
/
+1
*
|
|
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
[next]