aboutsummaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAge
* real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
* dir: avoid allocation in fill_directory()René Scharfe2017-02-08
* Merge branch 'bw/realpath-wo-chdir'Junio C Hamano2017-01-18
|\
* \ Merge branch 'bw/pathspec-cleanup'Junio C Hamano2017-01-18
|\ \
| * | dir: convert fill_directory to use the pathspec struct interfaceBrandon Williams2017-01-08
| * | dir: remove struct path_simplifyBrandon Williams2017-01-08
| |/
* | submodule: add absorb-git-dir functionStefan Beller2016-12-12
* | move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-12
|/
* read info/{attributes,exclude} only when in repositoryJeff King2016-10-26
* Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-26
|\
| * ls-files: add pathspec matching for submodulesBrandon Williams2016-10-10
* | use QSORTRené Scharfe2016-09-29
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
|/
* Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano2016-07-25
|\
| * use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe2016-07-19
| * Merge branch 'dt/name-hash-dir-entry-fix' into maintJunio C Hamano2015-11-03
| |\
| * \ Merge branch 'js/icase-wt-detection' into maintJunio C Hamano2015-10-16
| |\ \
* | \ \ Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \ \ \
| * | | | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-22
| * | | | Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano2016-04-06
| |\ \ \ \
* | | | | | dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy2016-04-22
* | | | | | Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano2016-04-14
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand2016-03-01
| * | | | Merge branch 'rs/janitorial' into maintJunio C Hamano2015-06-16
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/gitignore-precedence' into maintJunio C Hamano2015-06-05
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-05
| |\ \ \ \ \ \
* | | | | | | | Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano2016-03-18
* | | | | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \
| * | | | | | | | write_untracked_extension: use FLEX_ALLOC helperJeff King2016-02-22
| * | | | | | | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | | | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
| * | | | | | | | use xmallocz to avoid size arithmeticJeff King2016-02-22
| * | | | | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
| * | | | | | | | Merge branch 'nd/exclusion-regression-fix' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/dir-exclude-cleanup' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy2016-02-15
* | | | | | | | | | | dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy2016-02-15
* | | | | | | | | | | dir.c: support tracing excludeNguyễn Thái Ngọc Duy2016-02-15
* | | | | | | | | | | dir.c: fix match_pathname()Nguyễn Thái Ngọc Duy2016-02-15
* | | | | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2016-02-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dir: simplify untracked cache "ident" fieldChristian Couder2016-01-25
| * | | | | | | | | | | dir: add remove_untracked_cache()Christian Couder2016-01-25
| * | | | | | | | | | | dir: add {new,add}_untracked_cache()Christian Couder2016-01-25
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/exclusion-regression-fix'Junio C Hamano2016-01-20
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy2016-01-08
* | | | | | | | | | | Merge branch 'nd/dir-exclude-cleanup'Junio C Hamano2016-01-20
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | dir.c: clean the entire struct in clear_exclude_list()Nguyễn Thái Ngọc Duy2015-12-28
* | | | | | | | | | Merge branch 'dt/name-hash-dir-entry-fix'Junio C Hamano2015-10-29
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | name-hash: don't reuse cache_entry in dir_entryDavid Turner2015-10-21
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ \ \ \ \ \ \ \