aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft1-1/+1
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano1-3/+5
2006-12-29Revert "read_directory: show_both option."Junio C Hamano1-12/+7
2006-12-25read_directory: show_both option.Junio C Hamano1-7/+12
2006-12-25match_pathspec() -- return how well the spec matchedJunio C Hamano1-16/+35
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+0
2006-12-05read-tree: further loosen "working file will be lost" check.Junio C Hamano1-2/+2
2006-09-27runstatus: do not recurse into subdirectories if not neededJohannes Schindelin1-12/+15
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-0/+7
2006-08-27Use fstat instead of fseekJonas Fonseca1-5/+3
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-2/+2
2006-08-26Use PATH_MAX instead of MAXPATHLENJonas Fonseca1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-1/+1
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds1-0/+80
2006-05-17Clean up git-ls-file directory walking library interfaceLinus Torvalds1-1/+27
2006-05-17libify git-ls-files directory traversalLinus Torvalds1-0/+295