Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-09-05 | treewide: rename 'exclude' methods to 'pattern' | Derrick Stolee | 1 | -39/+39 |
2019-09-05 | treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' | Derrick Stolee | 1 | -11/+11 |
2019-09-05 | treewide: rename 'struct exclude_list' to 'struct pattern_list' | Derrick Stolee | 1 | -53/+53 |
2019-09-05 | treewide: rename 'struct exclude' to 'struct path_pattern' | Derrick Stolee | 1 | -56/+59 |
2019-06-13 | cleanup: fix possible overflow errors in binary search, part 2 | René Scharfe | 1 | -1/+1 |
2019-05-09 | Merge branch 'jk/untracked-cache-more-fixes' | Junio C Hamano | 1 | -23/+18 |