summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano
2006-12-29Revert "read_directory: show_both option."Junio C Hamano
2006-12-25read_directory: show_both option.Junio C Hamano
2006-12-25match_pathspec() -- return how well the spec matchedJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-06read-tree: further loosen "working file will be lost" check.Junio C Hamano
2006-09-28runstatus: do not recurse into subdirectories if not neededJohannes Schindelin
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King
2006-08-28Use fstat instead of fseekJonas Fonseca
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-27Use PATH_MAX instead of MAXPATHLENJonas Fonseca
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds
2006-05-17Clean up git-ls-file directory walking library interfaceLinus Torvalds
2006-05-17libify git-ls-files directory traversalLinus Torvalds