summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* read-tree: further loosen "working file will be lost" check.Junio C Hamano2006-12-051-2/+2
* runstatus: do not recurse into subdirectories if not neededJohannes Schindelin2006-09-271-12/+15
* git-commit.sh: convert run_status to a C builtinJeff King2006-09-081-0/+7
* Use fstat instead of fseekJonas Fonseca2006-08-271-5/+3
* Use xrealloc instead of reallocJonas Fonseca2006-08-261-2/+2
* Use PATH_MAX instead of MAXPATHLENJonas Fonseca2006-08-261-1/+1
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-1/+1
* Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-191-0/+80
* Clean up git-ls-file directory walking library interfaceLinus Torvalds2006-05-171-1/+27
* libify git-ls-files directory traversalLinus Torvalds2006-05-171-0/+295