summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* get_cwd_relative(): do not misinterpret suffix as subdirectoryClemens Buchacher2010-05-281-2/+7
* Merge branch 'jk/maint-add-ignored-dir'Junio C Hamano2010-03-201-2/+18
|\
| * dir: fix COLLECT_IGNORED on excluded prefixesJeff King2010-03-131-2/+18
* | Merge branch 'jk/maint-rmdir-fix' into maintJunio C Hamano2010-02-191-1/+1
|\ \
| * | rm: fix bug in recursive subdirectory removalJeff King2010-02-181-1/+1
* | | Fix memory corruption when .gitignore does not end by \nNguyễn Thái Ngọc Duy2010-01-201-3/+13
* | | Merge branch 'jc/ls-files-ignored-pathspec'Junio C Hamano2010-01-201-64/+135
|\ \ \ | | |/ | |/|
| * | ls-files: fix overeager pathspec optimizationJunio C Hamano2010-01-081-1/+37
| * | read_directory(): further split treat_path()Junio C Hamano2010-01-081-21/+29
| * | read_directory_recursive(): refactor handling of a single path into a separat...Junio C Hamano2010-01-081-63/+90
* | | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-35/+65
|\ \ \ | |/ / |/| |
| * | dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-231-16/+16
| * | excluded_1(): support exclude files in indexNguyễn Thái Ngọc Duy2009-08-231-0/+6
| * | Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy2009-08-231-20/+45
| * | Avoid writing to buffer in add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-231-3/+2
* | | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-291-2/+10
|/ /
* | Avoid using 'lstat()' to figure out directoriesLinus Torvalds2009-07-091-5/+42
* | Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entryLinus Torvalds2009-07-091-5/+9
* | Simplify read_directory[_recursive]() argumentsLinus Torvalds2009-07-091-29/+28
* | Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-091-1/+22
* | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
* | git-add: no need for -f when resolving a conflict in already tracked pathJeff King2009-05-311-1/+1
* | dir.c: clean up handling of 'path' parameter in read_directory_recursive()Linus Torvalds2009-05-161-1/+1
|/
* Merge branch 'maint'Junio C Hamano2009-05-051-2/+2
|\
| * Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-05-051-2/+2
| |\
| | * dir.c: Fix two minor grammatical errors in commentsAllan Caffee2009-05-051-2/+2
| * | Merge branch 'fg/maint-exclude-bq' into maintJunio C Hamano2009-03-111-1/+1
| |\ \ | | |/
* | | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* | | Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-201-8/+9
|\ \ \
| * | | Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-181-8/+9
| |/ /
* | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-1/+1
|\ \ \
| * | | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-1/+1
| |/ /
* | | Merge branch 'fg/exclude-bq'Junio C Hamano2009-03-051-1/+1
|\ \ \ | |/ / |/| / | |/
| * Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2009-02-121-1/+1
* | Merge branch 'cb/add-pathspec'Junio C Hamano2009-01-251-8/+11
|\ \
| * | remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-141-8/+11
| * | clean up pathspec matchingClemens Buchacher2009-01-141-1/+1
* | | Merge branch 'rs/ctype'Junio C Hamano2009-01-211-2/+2
|\ \ \
| * | | Change NUL char handling of isspecial()René Scharfe2009-01-171-2/+2
| |/ /
* | | Allow cloning to an existing empty directoryAlexander Potashev2009-01-111-0/+19
* | | add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-8/+4
|/ /
* | dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-021-2/+2
* | Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce2008-09-291-0/+20
|\ \ | |/
| * Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-291-0/+20
* | dir.c: Avoid c99 array initializationBrandon Casey2008-08-281-12/+2
* | Merge branch 'jc/add-stop-at-symlink'Junio C Hamano2008-08-201-1/+5
|\ \ | |/ |/|
| * add: refuse to add working tree items beyond symlinksJunio C Hamano2008-08-041-1/+5
* | Fix escaping of glob special characters in pathspecsKevin Ballard2008-08-131-1/+1
|/
* Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-101-1/+1
|\
| * Add 'core.ignorecase' optionLinus Torvalds2008-04-091-1/+1