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