summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad1-1/+1
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik1-1/+1
2009-01-25Merge branch 'cb/add-pathspec'Junio C Hamano1-8/+11
2009-01-21Merge branch 'rs/ctype'Junio C Hamano1-2/+2
2009-01-17Change NUL char handling of isspecial()René Scharfe1-2/+2
2009-01-14remove pathspec_match, use match_pathspec insteadClemens Buchacher1-8/+11
2009-01-14clean up pathspec matchingClemens Buchacher1-1/+1
2009-01-11Allow cloning to an existing empty directoryAlexander Potashev1-0/+19
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev1-8/+4
2008-10-02dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi1-2/+2
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce1-0/+20
2008-09-29Add remove_path: a function to remove as much as possible of a pathAlex Riesen1-0/+20
2008-08-28dir.c: Avoid c99 array initializationBrandon Casey1-12/+2
2008-08-20Merge branch 'jc/add-stop-at-symlink'Junio C Hamano1-1/+5
2008-08-13Fix escaping of glob special characters in pathspecsKevin Ballard1-1/+1
2008-08-04add: refuse to add working tree items beyond symlinksJunio C Hamano1-1/+5
2008-05-10Merge branch 'lt/case-insensitive'Junio C Hamano1-1/+1
2008-04-26Optimize match_pathspec() to avoid fnmatch()Linus Torvalds1-2/+20
2008-04-14git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer1-1/+1
2008-04-09Add 'core.ignorecase' optionLinus Torvalds1-1/+1
2008-04-09Make hash_name_lookup able to do case-independent lookupsLinus Torvalds1-1/+1
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-2/+1
2008-02-16Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano1-11/+38
2008-02-05gitignore: lazily find dtypeJunio C Hamano1-9/+16
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano1-11/+31
2008-01-22Create pathname-based hash-table lookup into indexLinus Torvalds1-1/+1
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2007-12-16Fix a memory leak李鸿1-0/+3
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-1/+1
2007-11-29per-directory-exclude: lazily read .gitignore filesJunio C Hamano1-49/+52
2007-11-29dir.c: minor clean-upJunio C Hamano1-9/+4
2007-11-22file_exists(): dangling symlinks do existJunio C Hamano1-4/+3
2007-11-16Fix per-directory exclude handing for "git add"Junio C Hamano1-2/+4
2007-11-14core.excludesfile clean-upJunio C Hamano1-0/+12
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano1-1/+2
2007-10-29Speedup scanning for excluded files.Lars Knoll1-16/+43
2007-10-24Merge branch 'db/fetch-pack'Junio C Hamano1-0/+41
2007-10-21Fix directory scanner to correctly ignore files without d_typeLinus Torvalds1-14/+38
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin1-0/+41
2007-08-01get_relative_cwd(): clarify why it handles dir == NULLJohannes Schindelin1-5/+10
2007-08-01Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin1-0/+38
2007-06-16Fix ALLOC_GROW calls with obsolete semanticsJeff King1-2/+2
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingJeff King1-2/+14
2007-06-13dir_struct: add collect_ignored optionJeff King1-0/+12
2007-06-12refactor dir_add_nameJeff King1-11/+10
2007-05-21rename dirlink to gitlink.Martin Waitz1-3/+3
2007-05-07dir.c: Omit non-excluded directories with dir->show_ignoredMichael Spang1-1/+6
2007-04-24Merge branch 'maint'Junio C Hamano1-1/+2
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin1-1/+2
2007-04-12Don't show gitlink directories when we want "other" filesLinus Torvalds1-0/+2