summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Merge branch 'sl/clean-d-ignored-fix'Libravatar Junio C Hamano1-4/+39
2017-05-22dir: expose cmp_name() and check_contains()Libravatar Samuel Lijin1-5/+6
2017-05-22dir: hide untracked contents of untracked dirsLibravatar Samuel Lijin1-0/+31
2017-05-22dir: recurse into untracked dirs for ignored filesLibravatar Samuel Lijin1-1/+4
2017-05-06dir: convert fill_directory to take an indexLibravatar Brandon Williams1-2/+4
2017-05-06dir: convert read_directory to take an indexLibravatar Brandon Williams1-8/+8
2017-05-06dir: convert read_directory_recursive to take an indexLibravatar Brandon Williams1-23/+29
2017-05-06dir: convert open_cached_dir to take an indexLibravatar Brandon Williams1-5/+7
2017-05-06dir: convert is_excluded to take an indexLibravatar Brandon Williams1-7/+9
2017-05-06dir: convert prep_exclude to take an indexLibravatar Brandon Williams1-6/+8
2017-05-06dir: convert add_excludes to take an indexLibravatar Brandon Williams1-14/+15
2017-05-06dir: convert is_excluded_from_list to take an indexLibravatar Brandon Williams1-2/+3
2017-05-06dir: convert last_exclude_matching_from_list to take an indexLibravatar Brandon Williams1-5/+8
2017-05-06dir: convert dir_add* to take an indexLibravatar Brandon Williams1-7/+11
2017-05-06dir: convert get_dtype to take indexLibravatar Brandon Williams1-10/+13
2017-05-06dir: convert directory_exists_in_index to take indexLibravatar Brandon Williams1-10/+12
2017-05-06dir: convert read_skip_worktree_file_from_index to take an indexLibravatar Brandon Williams1-6/+7
2017-05-06dir: stop using the index compatibility macrosLibravatar Brandon Williams1-20/+21
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Libravatar Junio C Hamano1-11/+21
2017-03-17Merge branch 'bw/attr-pathspec'Libravatar Junio C Hamano1-3/+40
2017-03-15connect_work_tree_and_git_dir: safely create leading directoriesLibravatar Stefan Beller1-11/+21
2017-03-13pathspec: allow querying for attributesLibravatar Brandon Williams1-3/+40
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorLibravatar Johannes Schindelin1-2/+2
2017-02-08dir: avoid allocation in fill_directory()Libravatar René Scharfe1-4/+3
2017-01-18Merge branch 'bw/realpath-wo-chdir'Libravatar Junio C Hamano1-2/+2
2017-01-18Merge branch 'bw/pathspec-cleanup'Libravatar Junio C Hamano1-107/+84
2017-01-08dir: convert fill_directory to use the pathspec struct interfaceLibravatar Brandon Williams1-4/+8
2017-01-08dir: remove struct path_simplifyLibravatar Brandon Williams1-103/+76
2016-12-12submodule: add absorb-git-dir functionLibravatar Stefan Beller1-0/+12
2016-12-12move connect_work_tree_and_git_dir to dir.hLibravatar Stefan Beller1-0/+25
2016-10-26read info/{attributes,exclude} only when in repositoryLibravatar Jeff King1-6/+6
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Libravatar Junio C Hamano1-2/+44
2016-10-10ls-files: add pathspec matching for submodulesLibravatar Brandon Williams1-2/+44
2016-09-29use QSORTLibravatar René Scharfe1-2/+2
2016-09-07cache: convert struct cache_entry to use struct object_idLibravatar brian m. carlson1-3/+4
2016-07-25Merge branch 'rs/use-strbuf-addbuf'Libravatar Junio C Hamano1-1/+1
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherLibravatar René Scharfe1-1/+1
2016-05-23Merge branch 'nd/worktree-various-heads'Libravatar Junio C Hamano1-7/+6
2016-04-22dir.c: rename str(n)cmp_icase to fspath(n)cmpLibravatar Nguyễn Thái Ngọc Duy1-7/+6
2016-04-22dir.c: remove dead function fnmatch_icase()Libravatar Nguyễn Thái Ngọc Duy1-7/+0
2016-04-14Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintLibravatar Junio C Hamano1-4/+4
2016-04-06Merge branch 'ss/exc-flag-is-a-collection-of-bits'Libravatar Junio C Hamano1-4/+4
2016-03-18Revert "Merge branch 'nd/exclusion-regression-fix'"Libravatar Junio C Hamano1-201/+3
2016-03-01dir: store EXC_FLAG_* values in unsigned integersLibravatar Saurav Sachidanand1-4/+4
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-24/+13
2016-02-22write_untracked_extension: use FLEX_ALLOC helperLibravatar Jeff King1-5/+4
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King1-2/+2
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King1-13/+3
2016-02-22use xmallocz to avoid size arithmeticLibravatar Jeff King1-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-3/+3