summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2017-06-13Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano-4/+39
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-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano-11/+21
2017-03-17Merge branch 'bw/attr-pathspec'Junio C Hamano-3/+40
2017-03-15connect_work_tree_and_git_dir: safely create leading directoriesStefan Beller-11/+21
2017-03-13pathspec: allow querying for attributesBrandon Williams-3/+40
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin-2/+2
2017-02-08dir: avoid allocation in fill_directory()René Scharfe-4/+3
2017-01-18Merge branch 'bw/realpath-wo-chdir'Junio C Hamano-2/+2
2017-01-18Merge branch 'bw/pathspec-cleanup'Junio C Hamano-107/+84
2017-01-08dir: convert fill_directory to use the pathspec struct interfaceBrandon Williams-4/+8
2017-01-08dir: remove struct path_simplifyBrandon Williams-103/+76
2016-12-12submodule: add absorb-git-dir functionStefan Beller-0/+12
2016-12-12move connect_work_tree_and_git_dir to dir.hStefan Beller-0/+25
2016-10-26read info/{attributes,exclude} only when in repositoryJeff King-6/+6
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano-2/+44
2016-10-10ls-files: add pathspec matching for submodulesBrandon Williams-2/+44
2016-09-29use QSORTRené Scharfe-2/+2
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson-3/+4
2016-07-25Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano-1/+1
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe-1/+1
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano-7/+6
2016-04-22dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy-7/+6
2016-04-22dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy-7/+0
2016-04-14Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano-4/+4
2016-04-06Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano-4/+4
2016-03-18Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano-201/+3
2016-03-01dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand-4/+4
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano-24/+13
2016-02-22write_untracked_extension: use FLEX_ALLOC helperJeff King-5/+4
2016-02-22use st_add and st_mult for allocation size computationJeff King-2/+2
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King-13/+3
2016-02-22use xmallocz to avoid size arithmeticJeff King-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King-3/+3
2016-02-15dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy-1/+108
2016-02-15dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy-3/+74
2016-02-15dir.c: support tracing excludeNguyễn Thái Ngọc Duy-0/+20
2016-02-15dir.c: fix match_pathname()Nguyễn Thái Ngọc Duy-1/+1
2016-02-10Merge branch 'cc/untracked'Junio C Hamano-13/+49
2016-02-05Merge branch 'nd/exclusion-regression-fix' into maintJunio C Hamano-74/+2
2016-02-05Merge branch 'nd/dir-exclude-cleanup' into maintJunio C Hamano-3/+1
2016-01-25dir: simplify untracked cache "ident" fieldChristian Couder-15/+24
2016-01-25dir: add remove_untracked_cache()Christian Couder-0/+9
2016-01-25dir: add {new,add}_untracked_cache()Christian Couder-0/+18
2016-01-20Merge branch 'nd/exclusion-regression-fix'Junio C Hamano-74/+2
2016-01-20Merge branch 'nd/dir-exclude-cleanup'Junio C Hamano-3/+1
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy-73/+1
2015-12-28dir.c: clean the entire struct in clear_exclude_list()Nguyễn Thái Ngọc Duy-3/+1