Age | Commit message (Expand) | Author | Files | Lines |
2019-12-25 | Merge branch 'ds/sparse-cone' | Junio C Hamano | 1 | -0/+36 |
2019-11-22 | unpack-trees: hash less in cone mode | Derrick Stolee | 1 | -0/+1 |
2019-11-22 | sparse-checkout: init and set in cone mode | Derrick Stolee | 1 | -0/+4 |
2019-11-22 | sparse-checkout: use hashmaps for cone patterns | Derrick Stolee | 1 | -0/+31 |
2019-11-18 | dir: move doc to dir.h | Heba Waly | 1 | -5/+114 |
2019-10-11 | Merge branch 'en/clean-nested-with-ignored' | Junio C Hamano | 1 | -3/+5 |
2019-09-17 | clean: avoid removing untracked files in a nested git repository | Elijah Newren | 1 | -1/+2 |
2019-09-17 | dir: if our pathspec might match files under a dir, recurse into it | Elijah Newren | 1 | -2/+3 |
2019-09-05 | unpack-trees: rename 'is_excluded_from_list()' | Derrick Stolee | 1 | -4/+17 |
2019-09-05 | treewide: rename 'exclude' methods to 'pattern' | Derrick Stolee | 1 | -11/+11 |
2019-09-05 | treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' | Derrick Stolee | 1 | -5/+5 |
2019-09-05 | treewide: rename 'struct exclude_list' to 'struct pattern_list' | Derrick Stolee | 1 | -9/+9 |
2019-09-05 | treewide: rename 'struct exclude' to 'struct path_pattern' | Derrick Stolee | 1 | -4/+4 |
2019-05-13 | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 1 | -70/+70 |
2019-05-09 | Merge branch 'nd/sha1-name-c-wo-the-repository' | Junio C Hamano | 1 | -1/+3 |
2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -31/+31 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -35/+35 |
2019-04-16 | sha1-name.c: remove the_repo from diagnose_invalid_index_path() | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2019-03-20 | report_path_error(): drop unused prefix parameter | Jeff King | 1 | -1/+1 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -6/+10 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+3 |
2018-05-08 | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 1 | -1/+11 |
2018-05-02 | dir: convert struct untracked_cache_dir to object_id | brian m. carlson | 1 | -2/+3 |
2018-03-29 | submodule: fixup nested submodules after moving the submodule | Stefan Beller | 1 | -1/+11 |
2018-02-27 | Merge branch 'nd/fix-untracked-cache-invalidation' | Junio C Hamano | 1 | -1/+1 |
2018-02-07 | dir.c: ignore paths containing .git when invalidating untracked cache | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-01-30 | dir: convert struct sha1_stat to use object_id | Patryk Obara | 1 | -6/+6 |
2017-12-27 | Merge branch 'jh/object-filtering' | Junio C Hamano | 1 | -0/+3 |
2017-11-22 | dir: allow exclusions from blob in addition to file | Jeff Hostetler | 1 | -0/+3 |
2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -0/+2 |
2017-10-31 | status: add option to show ignored files differently | Jameson Miller | 1 | -1/+2 |
2017-10-01 | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 1 | -0/+2 |
2017-06-22 | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 1 | -0/+3 |
2017-06-12 | dir: create function count_slashes() | Prathamesh Chavan | 1 | -0/+3 |
2017-06-02 | Merge branch 'sl/clean-d-ignored-fix' | Junio C Hamano | 1 | -1/+5 |
2017-05-22 | dir: expose cmp_name() and check_contains() | Samuel Lijin | 1 | -0/+3 |
2017-05-22 | dir: hide untracked contents of untracked dirs | Samuel Lijin | 1 | -1/+2 |
2017-05-06 | dir: convert fill_directory to take an index | Brandon Williams | 1 | -1/+3 |
2017-05-06 | dir: convert read_directory to take an index | Brandon Williams | 1 | -1/+3 |
2017-05-06 | dir: convert is_excluded to take an index | Brandon Williams | 1 | -1/+4 |
2017-05-06 | dir: convert add_excludes to take an index | Brandon Williams | 1 | -1/+1 |
2017-05-06 | dir: convert is_excluded_from_list to take an index | Brandon Williams | 1 | -2/+4 |
2017-05-06 | dir: convert dir_add* to take an index | Brandon Williams | 1 | -1/+3 |
2016-12-12 | submodule: add absorb-git-dir function | Stefan Beller | 1 | -0/+3 |
2016-12-12 | move connect_work_tree_and_git_dir to dir.h | Stefan Beller | 1 | -0/+1 |
2016-10-10 | ls-files: add pathspec matching for submodules | Brandon Williams | 1 | -0/+4 |
2016-07-25 | Merge branch 'mh/split-under-lock' | Junio C Hamano | 1 | -0/+23 |
2016-05-23 | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 1 | -2/+2 |
2016-05-05 | remove_dir_recursively(): add docstring | Michael Haggerty | 1 | -0/+23 |
2016-04-22 | dir.c: rename str(n)cmp_icase to fspath(n)cmp | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |