summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-021-2/+2
* Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce2008-09-291-0/+20
|\
| * Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-291-0/+20
* | dir.c: Avoid c99 array initializationBrandon Casey2008-08-281-12/+2
* | Merge branch 'jc/add-stop-at-symlink'Junio C Hamano2008-08-201-1/+5
|\ \ | |/ |/|
| * add: refuse to add working tree items beyond symlinksJunio C Hamano2008-08-041-1/+5
* | Fix escaping of glob special characters in pathspecsKevin Ballard2008-08-131-1/+1
|/
* Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-101-1/+1
|\
| * Add 'core.ignorecase' optionLinus Torvalds2008-04-091-1/+1
| * Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-091-1/+1
* | Optimize match_pathspec() to avoid fnmatch()Linus Torvalds2008-04-261-2/+20
* | git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2008-04-141-1/+1
|/
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-161-11/+38
|\
| * gitignore: lazily find dtypeJunio C Hamano2008-02-051-9/+16
| * gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-11/+31
* | Create pathname-based hash-table lookup into indexLinus Torvalds2008-01-221-1/+1
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-1/+1
|/
* Fix a memory leak李鸿2007-12-161-0/+3
* Merge branch 'kh/commit'Junio C Hamano2007-12-041-1/+1
|\
| * file_exists(): dangling symlinks do existJunio C Hamano2007-11-221-4/+3
* | per-directory-exclude: lazily read .gitignore filesJunio C Hamano2007-11-291-50/+53
* | dir.c: minor clean-upJunio C Hamano2007-11-291-9/+4
|/
* Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-161-2/+4
* core.excludesfile clean-upJunio C Hamano2007-11-141-0/+12
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-1/+2
* Speedup scanning for excluded files.Lars Knoll2007-10-291-16/+43
* Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-0/+41
|\
| * Introduce remove_dir_recursively()Johannes Schindelin2007-09-301-0/+41
* | Fix directory scanner to correctly ignore files without d_typeLinus Torvalds2007-10-211-14/+38
|/
* get_relative_cwd(): clarify why it handles dir == NULLJohannes Schindelin2007-08-011-5/+10
* Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin2007-08-011-0/+38
* Fix ALLOC_GROW calls with obsolete semanticsJeff King2007-06-161-2/+2
* builtin-add: simplify (and increase accuracy of) exclude handlingJeff King2007-06-131-2/+14
* dir_struct: add collect_ignored optionJeff King2007-06-131-0/+12
* refactor dir_add_nameJeff King2007-06-121-11/+10
* rename dirlink to gitlink.Martin Waitz2007-05-211-3/+3
* dir.c: Omit non-excluded directories with dir->show_ignoredMichael Spang2007-05-071-1/+6
* Merge branch 'maint'Junio C Hamano2007-04-241-1/+2
|\
| * dir.c(common_prefix): Fix two bugsJohannes Schindelin2007-04-231-1/+2
* | Don't show gitlink directories when we want "other" filesLinus Torvalds2007-04-121-0/+2
* | Teach directory traversal about subprojectsLinus Torvalds2007-04-111-18/+115
* | Avoid overflowing name buffer in deep directory structuresLinus Torvalds2007-04-091-0/+3
* | Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-311-5/+91
|/
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-2/+2
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* Fix 'git add' with .gitignoreJunio C Hamano2006-12-291-3/+5
* Revert "read_directory: show_both option."Junio C Hamano2006-12-291-12/+7
* read_directory: show_both option.Junio C Hamano2006-12-251-7/+12
* match_pathspec() -- return how well the spec matchedJunio C Hamano2006-12-251-16/+35