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