summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2017-12-27Merge branch 'jh/object-filtering'Junio C Hamano-31/+101
2017-11-22dir: allow exclusions from blob in addition to fileJeff Hostetler-31/+101
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano-10/+17
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano-2/+42
2017-11-06Merge branch 'bc/object-id'Junio C Hamano-4/+4
2017-11-06Merge branch 'js/submodule-in-excluded'Junio C Hamano-1/+1
2017-10-31status: report matching ignored and normal untrackedJameson Miller-2/+18
2017-10-31status: add option to show ignored files differentlyJameson Miller-0/+24
2017-10-26status: do not get confused by submodules in excluded directoriesJohannes Schindelin-1/+1
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson-2/+2
2017-10-16Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson-4/+4
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart-10/+17
2017-09-19Improve performance of git status --ignoredJameson Miller-6/+41
2017-08-23Merge branch 'rs/stat-data-unaligned-reads-fix' into maintJunio C Hamano-23/+27
2017-08-11Merge branch 'rs/stat-data-unaligned-reads-fix'Junio C Hamano-23/+27
2017-07-17dir: support platforms that require aligned readsRené Scharfe-23/+27
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano-5/+3
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-6/+3
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano-1/+1
2017-06-23wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason-5/+3
2017-06-22Merge branch 'pc/dir-count-slashes'Junio C Hamano-0/+9
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason-6/+3
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano-3/+3
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano-1/+1
2017-06-13Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano-4/+39
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams-1/+1
2017-06-12dir: create function count_slashes()Prathamesh Chavan-0/+9
2017-06-02Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano-4/+39
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano-1/+1
2017-05-26wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy-3/+3
2017-05-22dir: expose cmp_name() and check_contains()Samuel Lijin-5/+6
2017-05-22dir: hide untracked contents of untracked dirsSamuel Lijin-0/+31
2017-05-22dir: recurse into untracked dirs for ignored filesSamuel Lijin-1/+4
2017-05-06dir: convert fill_directory to take an indexBrandon Williams-2/+4
2017-05-06dir: convert read_directory to take an indexBrandon Williams-8/+8
2017-05-06dir: convert read_directory_recursive to take an indexBrandon Williams-23/+29
2017-05-06dir: convert open_cached_dir to take an indexBrandon Williams-5/+7
2017-05-06dir: convert is_excluded to take an indexBrandon Williams-7/+9
2017-05-06dir: convert prep_exclude to take an indexBrandon Williams-6/+8
2017-05-06dir: convert add_excludes to take an indexBrandon Williams-14/+15
2017-05-06dir: convert is_excluded_from_list to take an indexBrandon Williams-2/+3
2017-05-06dir: convert last_exclude_matching_from_list to take an indexBrandon Williams-5/+8
2017-05-06dir: convert dir_add* to take an indexBrandon Williams-7/+11
2017-05-06dir: convert get_dtype to take indexBrandon Williams-10/+13
2017-05-06dir: convert directory_exists_in_index to take indexBrandon Williams-10/+12
2017-05-06dir: convert read_skip_worktree_file_from_index to take an indexBrandon Williams-6/+7
2017-05-06dir: stop using the index compatibility macrosBrandon Williams-20/+21
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano-11/+21