summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2008-02-16Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano-11/+38
2008-02-05gitignore: lazily find dtypeJunio C Hamano-9/+16
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano-11/+31
2008-01-22Create pathname-based hash-table lookup into indexLinus Torvalds-1/+1
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds-1/+1
2007-12-16Fix a memory leak李鸿-0/+3
2007-12-04Merge branch 'kh/commit'Junio C Hamano-1/+1
2007-11-29per-directory-exclude: lazily read .gitignore filesJunio C Hamano-50/+53
2007-11-29dir.c: minor clean-upJunio C Hamano-9/+4
2007-11-22file_exists(): dangling symlinks do existJunio C Hamano-4/+3
2007-11-16Fix per-directory exclude handing for "git add"Junio C Hamano-2/+4
2007-11-14core.excludesfile clean-upJunio C Hamano-0/+12
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano-1/+2
2007-10-29Speedup scanning for excluded files.Lars Knoll-16/+43
2007-10-24Merge branch 'db/fetch-pack'Junio C Hamano-0/+41
2007-10-21Fix directory scanner to correctly ignore files without d_typeLinus Torvalds-14/+38
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin-0/+41
2007-08-01get_relative_cwd(): clarify why it handles dir == NULLJohannes Schindelin-5/+10
2007-08-01Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin-0/+38
2007-06-16Fix ALLOC_GROW calls with obsolete semanticsJeff King-2/+2
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingJeff King-2/+14
2007-06-13dir_struct: add collect_ignored optionJeff King-0/+12
2007-06-12refactor dir_add_nameJeff King-11/+10
2007-05-21rename dirlink to gitlink.Martin Waitz-3/+3
2007-05-07dir.c: Omit non-excluded directories with dir->show_ignoredMichael Spang-1/+6
2007-04-24Merge branch 'maint'Junio C Hamano-1/+2
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin-1/+2
2007-04-12Don't show gitlink directories when we want "other" filesLinus Torvalds-0/+2
2007-04-11Teach directory traversal about subprojectsLinus Torvalds-18/+115
2007-04-09Avoid overflowing name buffer in deep directory structuresLinus Torvalds-0/+3
2007-03-31Optimize directory listing with pathspec limiter.Linus Torvalds-5/+91
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce-2/+2
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft-1/+1
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano-3/+5
2006-12-29Revert "read_directory: show_both option."Junio C Hamano-12/+7
2006-12-25read_directory: show_both option.Junio C Hamano-7/+12
2006-12-25match_pathspec() -- return how well the spec matchedJunio C Hamano-16/+35
2006-12-20simplify inclusion of system header files.Junio C Hamano-3/+0
2006-12-05read-tree: further loosen "working file will be lost" check.Junio C Hamano-2/+2
2006-09-27runstatus: do not recurse into subdirectories if not neededJohannes Schindelin-12/+15
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King-0/+7
2006-08-27Use fstat instead of fseekJonas Fonseca-5/+3
2006-08-26Use xrealloc instead of reallocJonas Fonseca-2/+2
2006-08-26Use PATH_MAX instead of MAXPATHLENJonas Fonseca-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin-1/+1
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds-0/+80
2006-05-17Clean up git-ls-file directory walking library interfaceLinus Torvalds-1/+27
2006-05-17libify git-ls-files directory traversalLinus Torvalds-0/+295