index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dir.c
Age
Commit message (
Expand
)
Author
Lines
2017-06-13
Merge branch 'sl/clean-d-ignored-fix' into maint
Junio C Hamano
-4
/
+39
2017-05-22
dir: expose cmp_name() and check_contains()
Samuel Lijin
-5
/
+6
2017-05-22
dir: hide untracked contents of untracked dirs
Samuel Lijin
-0
/
+31
2017-05-22
dir: recurse into untracked dirs for ignored files
Samuel Lijin
-1
/
+4
2017-03-28
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
-11
/
+21
2017-03-17
Merge branch 'bw/attr-pathspec'
Junio C Hamano
-3
/
+40
2017-03-15
connect_work_tree_and_git_dir: safely create leading directories
Stefan Beller
-11
/
+21
2017-03-13
pathspec: allow querying for attributes
Brandon Williams
-3
/
+40
2017-03-08
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
-2
/
+2
2017-02-08
dir: avoid allocation in fill_directory()
René Scharfe
-4
/
+3
2017-01-18
Merge branch 'bw/realpath-wo-chdir'
Junio C Hamano
-2
/
+2
2017-01-18
Merge branch 'bw/pathspec-cleanup'
Junio C Hamano
-107
/
+84
2017-01-08
dir: convert fill_directory to use the pathspec struct interface
Brandon Williams
-4
/
+8
2017-01-08
dir: remove struct path_simplify
Brandon Williams
-103
/
+76
2016-12-12
submodule: add absorb-git-dir function
Stefan Beller
-0
/
+12
2016-12-12
move connect_work_tree_and_git_dir to dir.h
Stefan Beller
-0
/
+25
2016-10-26
read info/{attributes,exclude} only when in repository
Jeff King
-6
/
+6
2016-10-26
Merge branch 'bw/ls-files-recurse-submodules'
Junio C Hamano
-2
/
+44
2016-10-10
ls-files: add pathspec matching for submodules
Brandon Williams
-2
/
+44
2016-09-29
use QSORT
René Scharfe
-2
/
+2
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
-3
/
+4
2016-07-25
Merge branch 'rs/use-strbuf-addbuf'
Junio C Hamano
-1
/
+1
2016-07-19
use strbuf_addbuf() for appending a strbuf to another
René Scharfe
-1
/
+1
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
-7
/
+6
2016-04-22
dir.c: rename str(n)cmp_icase to fspath(n)cmp
Nguyễn Thái Ngọc Duy
-7
/
+6
2016-04-22
dir.c: remove dead function fnmatch_icase()
Nguyễn Thái Ngọc Duy
-7
/
+0
2016-04-14
Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maint
Junio C Hamano
-4
/
+4
2016-04-06
Merge branch 'ss/exc-flag-is-a-collection-of-bits'
Junio C Hamano
-4
/
+4
2016-03-18
Revert "Merge branch 'nd/exclusion-regression-fix'"
Junio C Hamano
-201
/
+3
2016-03-01
dir: store EXC_FLAG_* values in unsigned integers
Saurav Sachidanand
-4
/
+4
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
-24
/
+13
2016-02-22
write_untracked_extension: use FLEX_ALLOC helper
Jeff King
-5
/
+4
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
-2
/
+2
2016-02-22
convert trivial cases to FLEX_ARRAY macros
Jeff King
-13
/
+3
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
-1
/
+1
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
-3
/
+3
2016-02-15
dir.c: don't exclude whole dir prematurely
Nguyễn Thái Ngọc Duy
-1
/
+108
2016-02-15
dir.c: support marking some patterns already matched
Nguyễn Thái Ngọc Duy
-3
/
+74
2016-02-15
dir.c: support tracing exclude
Nguyễn Thái Ngọc Duy
-0
/
+20
2016-02-15
dir.c: fix match_pathname()
Nguyễn Thái Ngọc Duy
-1
/
+1
2016-02-10
Merge branch 'cc/untracked'
Junio C Hamano
-13
/
+49
2016-02-05
Merge branch 'nd/exclusion-regression-fix' into maint
Junio C Hamano
-74
/
+2
2016-02-05
Merge branch 'nd/dir-exclude-cleanup' into maint
Junio C Hamano
-3
/
+1
2016-01-25
dir: simplify untracked cache "ident" field
Christian Couder
-15
/
+24
2016-01-25
dir: add remove_untracked_cache()
Christian Couder
-0
/
+9
2016-01-25
dir: add {new,add}_untracked_cache()
Christian Couder
-0
/
+18
2016-01-20
Merge branch 'nd/exclusion-regression-fix'
Junio C Hamano
-74
/
+2
2016-01-20
Merge branch 'nd/dir-exclude-cleanup'
Junio C Hamano
-3
/
+1
2016-01-08
Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"
Nguyễn Thái Ngọc Duy
-73
/
+1
2015-12-28
dir.c: clean the entire struct in clear_exclude_list()
Nguyễn Thái Ngọc Duy
-3
/
+1
[next]