summaryrefslogtreecommitdiff
path: root/dir.h
AgeCommit message (Expand)Author
2007-11-29per-directory-exclude: lazily read .gitignore filesJunio C Hamano
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-10-30Speedup scanning for excluded files.Lars Knoll
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin
2007-08-01Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingJeff King
2007-06-13dir_struct: add collect_ignored optionJeff King
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-12Teach directory traversal about subprojectsLinus Torvalds
2007-04-01Optimize directory listing with pathspec limiter.Linus Torvalds
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-06read-tree: further loosen "working file will be lost" check.Junio C Hamano
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King
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