aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-50/+53
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
2007-04-11Teach directory traversal about subprojectsLinus Torvalds1-18/+115
2007-04-09Avoid overflowing name buffer in deep directory structuresLinus Torvalds1-0/+3
2007-03-31Optimize directory listing with pathspec limiter.Linus Torvalds1-5/+91
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-2/+2
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft1-1/+1
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano1-3/+5
2006-12-29Revert "read_directory: show_both option."Junio C Hamano1-12/+7
2006-12-25read_directory: show_both option.Junio C Hamano1-7/+12
2006-12-25match_pathspec() -- return how well the spec matchedJunio C Hamano1-16/+35
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+0
2006-12-05read-tree: further loosen "working file will be lost" check.Junio C Hamano1-2/+2
2006-09-27runstatus: do not recurse into subdirectories if not neededJohannes Schindelin1-12/+15
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-0/+7
2006-08-27Use fstat instead of fseekJonas Fonseca1-5/+3
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-2/+2
2006-08-26Use PATH_MAX instead of MAXPATHLENJonas Fonseca1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-1/+1
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds1-0/+80
2006-05-17Clean up git-ls-file directory walking library interfaceLinus Torvalds1-1/+27
2006-05-17libify git-ls-files directory traversalLinus Torvalds1-0/+295