aboutsummaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAge
* Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano2010-12-22
|\
| * dir.c: add free_excludes()Nguyễn Thái Ngọc Duy2010-11-29
* | Add string comparison functions that respect the ignore_case variable.Joshua Jensen2010-10-06
|/
* git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-12
* Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\
| * dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-23
* | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-29
|/
* Simplify read_directory[_recursive]() argumentsLinus Torvalds2009-07-09
* Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-09
* Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-18
* Allow cloning to an existing empty directoryAlexander Potashev2009-01-11
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
* dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-02
* Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-29
* gitignore: lazily find dtypeJunio C Hamano2008-02-05
* gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-05
* per-directory-exclude: lazily read .gitignore filesJunio C Hamano2007-11-29
* core.excludesfile clean-upJunio C Hamano2007-11-14
* Speedup scanning for excluded files.Lars Knoll2007-10-29
* Introduce remove_dir_recursively()Johannes Schindelin2007-09-30
* Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin2007-08-01
* builtin-add: simplify (and increase accuracy of) exclude handlingJeff King2007-06-13
* dir_struct: add collect_ignored optionJeff King2007-06-13
* rename dirlink to gitlink.Martin Waitz2007-05-21
* Teach directory traversal about subprojectsLinus Torvalds2007-04-11
* Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-31
* Fix 'git add' with .gitignoreJunio C Hamano2006-12-29
* Revert "read_directory: show_both option."Junio C Hamano2006-12-29
* read_directory: show_both option.Junio C Hamano2006-12-25
* match_pathspec() -- return how well the spec matchedJunio C Hamano2006-12-25
* read-tree: further loosen "working file will be lost" check.Junio C Hamano2006-12-05
* git-commit.sh: convert run_status to a C builtinJeff King2006-09-08
* Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-19
* Clean up git-ls-file directory walking library interfaceLinus Torvalds2006-05-17
* libify git-ls-files directory traversalLinus Torvalds2006-05-17