Age | Commit message (Expand) | Author | Files | Lines |
2020-11-21 | Merge branch 'en/strmap' | Junio C Hamano | 1 | -4/+4 |
2020-11-02 | Merge branch 'nk/dir-c-comment-update' | Junio C Hamano | 1 | -3/+3 |
2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -4/+4 |
2020-10-16 | dir.c: fix comments to agree with argument name | Alex Vandiver | 1 | -3/+3 |
2020-09-30 | dir.c: drop unused "untracked" from treat_path_fast() | Jeff King | 1 | -2/+1 |
2020-08-27 | Merge branch 'jk/leakfix' | Junio C Hamano | 1 | -0/+2 |
2020-08-24 | Merge branch 'en/dir-clear' | Junio C Hamano | 1 | -3/+17 |
2020-08-24 | Merge branch 'en/dir-nonbare-embedded' | Junio C Hamano | 1 | -3/+6 |
2020-08-18 | dir: fix problematic API to avoid memory leaks | Elijah Newren | 1 | -2/+7 |
2020-08-18 | dir: make clear_directory() free all relevant memory | Elijah Newren | 1 | -2/+11 |
2020-08-14 | clear_pattern_list(): clear embedded hashmaps | Jeff King | 1 | -0/+2 |
2020-08-12 | dir: avoid prematurely marking nonbare repositories as matches | Elijah Newren | 1 | -3/+6 |
2020-07-30 | Merge branch 'en/fill-directory-exponential' into master | Junio C Hamano | 1 | -2/+2 |
2020-07-20 | dir: check pathspecs before returning `path_excluded` | Martin Ă…gren | 1 | -2/+2 |
2020-06-25 | Merge branch 'en/clean-cleanups' | Junio C Hamano | 1 | -5/+10 |
2020-06-17 | Merge branch 'en/do-match-pathspec-fix' | Junio C Hamano | 1 | -17/+33 |
2020-06-12 | dir, clean: avoid disallowed behavior | Elijah Newren | 1 | -0/+4 |
2020-06-12 | dir: fix a few confusing comments | Elijah Newren | 1 | -5/+6 |
2020-06-05 | dir: fix treatment of negated pathspecs | Elijah Newren | 1 | -17/+33 |
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 |