index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
2020-04-30
1
-174
/
+248
|
\
|
*
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
2020-04-01
1
-1
/
+8
|
*
dir: replace double pathspec matching with single in treat_directory()
Elijah Newren
2020-04-01
1
-19
/
+19
|
*
dir: include DIR_KEEP_UNTRACKED_CONTENTS handling in treat_directory()
Elijah Newren
2020-04-01
1
-24
/
+19
|
*
dir: replace exponential algorithm with a linear one
Elijah Newren
2020-04-01
1
-63
/
+147
|
*
dir: refactor treat_directory to clarify control flow
Derrick Stolee
2020-04-01
1
-18
/
+17
|
*
dir: fix confusion based on variable tense
Elijah Newren
2020-04-01
1
-13
/
+13
|
*
dir: fix broken comment
Elijah Newren
2020-04-01
1
-1
/
+1
|
*
dir: consolidate treat_path() and treat_one_path()
Elijah Newren
2020-04-01
1
-66
/
+55
|
*
dir: fix simple typo in comment
Elijah Newren
2020-04-01
1
-1
/
+1
*
|
Merge branch 'ds/sparse-add'
Junio C Hamano
2020-03-05
1
-1
/
+1
|
\
\
|
*
|
sparse-checkout: allow one-character directories in cone mode
Derrick Stolee
2020-02-20
1
-1
/
+1
*
|
|
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
2020-02-14
1
-2
/
+2
|
\
\
\
|
*
|
|
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
2020-01-31
1
-2
/
+2
*
|
|
|
Merge branch 'ds/sparse-checkout-harden'
Junio C Hamano
2020-02-14
1
-4
/
+75
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
sparse-checkout: properly match escaped characters
Derrick Stolee
2020-01-31
1
-3
/
+32
|
*
|
sparse-checkout: warn on globs in cone patterns
Derrick Stolee
2020-01-31
1
-0
/
+36
|
*
|
sparse-checkout: detect short patterns
Derrick Stolee
2020-01-24
1
-1
/
+2
|
*
|
sparse-checkout: cone mode does not recognize "**"
Derrick Stolee
2020-01-24
1
-1
/
+6
*
|
|
dir: point treat_leading_path() warning to the right place
Jeff King
2020-01-16
1
-3
/
+3
*
|
|
dir: restructure in a way to avoid passing around a struct dirent
Jeff King
2020-01-16
1
-42
/
+31
*
|
|
dir: treat_leading_path() and read_directory_recursive(), round 2
Elijah Newren
2020-01-16
1
-0
/
+4
|
|
/
|
/
|
*
|
Merge branch 'en/fill-directory-fixes'
Junio C Hamano
2019-12-25
1
-49
/
+138
|
\
\
|
*
|
dir.c: use st_add3() for allocation size
Junio C Hamano
2019-12-20
1
-1
/
+1
|
*
|
dir: consolidate similar code in treat_directory()
Elijah Newren
2019-12-19
1
-11
/
+7
|
*
|
dir: synchronize treat_leading_path() and read_directory_recursive()
Elijah Newren
2019-12-19
1
-0
/
+30
|
*
|
dir: fix checks on common prefix directory
Elijah Newren
2019-12-19
1
-11
/
+56
|
*
|
dir: break part of read_directory_recursive() out for reuse
Elijah Newren
2019-12-11
1
-23
/
+37
|
*
|
dir: exit before wildcard fall-through if there is no wildcard
Elijah Newren
2019-12-11
1
-0
/
+7
|
*
|
dir: remove stray quote character in comment
Elijah Newren
2019-12-11
1
-1
/
+1
|
*
|
Revert "dir.c: make 'git-status --ignored' work within leading directories"
Elijah Newren
2019-12-11
1
-3
/
+0
*
|
|
Merge branch 'ds/sparse-cone'
Junio C Hamano
2019-12-25
1
-8
/
+208
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sparse-checkout: respect core.ignoreCase in cone mode
Derrick Stolee
2019-12-13
1
-3
/
+12
|
*
|
unpack-trees: hash less in cone mode
Derrick Stolee
2019-11-22
1
-2
/
+2
|
*
|
sparse-checkout: init and set in cone mode
Derrick Stolee
2019-11-22
1
-4
/
+4
|
*
|
sparse-checkout: use hashmaps for cone patterns
Derrick Stolee
2019-11-22
1
-8
/
+199
|
|
/
*
|
Merge branch 'hw/doc-in-header'
Junio C Hamano
2019-12-16
1
-2
/
+0
|
\
\
|
*
|
dir: move doc to dir.h
Heba Waly
2019-11-18
1
-2
/
+0
|
|
/
*
/
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
|
/
*
Merge branch 'en/clean-nested-with-ignored'
Junio C Hamano
2019-10-11
1
-17
/
+48
|
\
|
*
dir: special case check for the possibility that pathspec is NULL
Elijah Newren
2019-10-02
1
-3
/
+5
|
*
clean: avoid removing untracked files in a nested git repository
Elijah Newren
2019-09-17
1
-0
/
+10
|
*
dir: add commentary explaining match_pathspec_item's return value
Elijah Newren
2019-09-17
1
-8
/
+19
|
*
dir: if our pathspec might match files under a dir, recurse into it
Elijah Newren
2019-09-17
1
-4
/
+6
|
*
dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule case
Elijah Newren
2019-09-17
1
-3
/
+3
|
*
dir: also check directories for matching pathspecs
Elijah Newren
2019-09-17
1
-0
/
+5
|
*
dir: fix off-by-one error in match_pathspec_item
Elijah Newren
2019-09-17
1
-1
/
+2
|
*
dir: fix typo in comment
Elijah Newren
2019-09-17
1
-1
/
+1
*
|
Merge branch 'ds/include-exclude'
Junio C Hamano
2019-09-30
1
-136
/
+148
|
\
\
|
|
/
|
/
|
|
*
unpack-trees: rename 'is_excluded_from_list()'
Derrick Stolee
2019-09-05
1
-8
/
+17
[next]