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