summaryrefslogtreecommitdiffstats
path: root/dir.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann1-0/+1
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-0/+4
2009-08-23dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy1-0/+4
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano1-1/+4
2009-07-09Simplify read_directory[_recursive]() argumentsLinus Torvalds1-1/+1
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds1-2/+1
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin1-5/+7
2009-01-11Allow cloning to an existing empty directoryAlexander Potashev1-0/+2
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev1-0/+7
2008-10-02dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi1-1/+0
2008-09-29Add remove_path: a function to remove as much as possible of a pathAlex Riesen1-0/+3
2008-02-05gitignore: lazily find dtypeJunio C Hamano1-1/+1
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano1-1/+2
2007-11-29per-directory-exclude: lazily read .gitignore filesJunio C Hamano1-13/+19
2007-11-14core.excludesfile clean-upJunio C Hamano1-0/+1
2007-10-29Speedup scanning for excluded files.Lars Knoll1-0/+7
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin1-0/+2
2007-08-01Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin1-0/+3
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingJeff King1-3/+1
2007-06-13dir_struct: add collect_ignored optionJeff King1-1/+4
2007-05-21rename dirlink to gitlink.Martin Waitz1-1/+1
2007-04-11Teach directory traversal about subprojectsLinus Torvalds1-1/+2
2007-03-31Optimize directory listing with pathspec limiter.Linus Torvalds1-1/+1
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano1-1/+4
2006-12-29Revert "read_directory: show_both option."Junio C Hamano1-4/+2
2006-12-25read_directory: show_both option.Junio C Hamano1-2/+4
2006-12-25match_pathspec() -- return how well the spec matchedJunio C Hamano1-0/+4
2006-12-05read-tree: further loosen "working file will be lost" check.Junio C Hamano1-0/+3
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-0/+1
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds1-0/+3
2006-05-17Clean up git-ls-file directory walking library interfaceLinus Torvalds1-2/+0
2006-05-17libify git-ls-files directory traversalLinus Torvalds1-0/+50