summaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-121-1/+1
* consolidate pathspec_prefix and common_prefixJunio C Hamano2011-09-061-0/+1
* Merge branch 'nd/maint-setup'Junio C Hamano2011-05-021-1/+1
|\
| * Kill off get_relative_cwd()Nguyễn Thái Ngọc Duy2011-03-281-1/+0
| * setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy2011-03-281-0/+1
* | pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-031-0/+3
* | tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-031-0/+1
|/
* Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano2010-12-221-0/+1
|\
| * dir.c: add free_excludes()Nguyễn Thái Ngọc Duy2010-11-291-0/+1
* | Add string comparison functions that respect the ignore_case variable.Joshua Jensen2010-10-061-0/+4
|/
* git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-121-0/+1
* Merge branch 'nd/sparse'Junio C Hamano2010-01-131-0/+4
|\
| * dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-231-0/+4
* | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-291-1/+4
|/
* Simplify read_directory[_recursive]() argumentsLinus Torvalds2009-07-091-1/+1
* Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-091-2/+1
* Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-181-5/+7
* Allow cloning to an existing empty directoryAlexander Potashev2009-01-111-0/+2
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-0/+7
* dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-021-1/+0
* Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-291-0/+3
* gitignore: lazily find dtypeJunio C Hamano2008-02-051-1/+1
* gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-1/+2
* per-directory-exclude: lazily read .gitignore filesJunio C Hamano2007-11-291-13/+19
* core.excludesfile clean-upJunio C Hamano2007-11-141-0/+1
* Speedup scanning for excluded files.Lars Knoll2007-10-291-0/+7
* Introduce remove_dir_recursively()Johannes Schindelin2007-09-301-0/+2
* Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin2007-08-011-0/+3
* builtin-add: simplify (and increase accuracy of) exclude handlingJeff King2007-06-131-3/+1
* dir_struct: add collect_ignored optionJeff King2007-06-131-1/+4
* rename dirlink to gitlink.Martin Waitz2007-05-211-1/+1
* Teach directory traversal about subprojectsLinus Torvalds2007-04-111-1/+2
* Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-311-1/+1
* Fix 'git add' with .gitignoreJunio C Hamano2006-12-291-1/+4
* Revert "read_directory: show_both option."Junio C Hamano2006-12-291-4/+2
* read_directory: show_both option.Junio C Hamano2006-12-251-2/+4
* match_pathspec() -- return how well the spec matchedJunio C Hamano2006-12-251-0/+4
* read-tree: further loosen "working file will be lost" check.Junio C Hamano2006-12-051-0/+3
* git-commit.sh: convert run_status to a C builtinJeff King2006-09-081-0/+1
* Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-191-0/+3
* Clean up git-ls-file directory walking library interfaceLinus Torvalds2006-05-171-2/+0
* libify git-ls-files directory traversalLinus Torvalds2006-05-171-0/+50