summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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