summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-25read_directory: show_both option.Libravatar Junio C Hamano1-7/+12
2006-12-25match_pathspec() -- return how well the spec matchedLibravatar Junio C Hamano1-16/+35
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-3/+0
2006-12-05read-tree: further loosen "working file will be lost" check.Libravatar Junio C Hamano1-2/+2
2006-09-27runstatus: do not recurse into subdirectories if not neededLibravatar Johannes Schindelin1-12/+15
2006-09-08git-commit.sh: convert run_status to a C builtinLibravatar Jeff King1-0/+7
2006-08-27Use fstat instead of fseekLibravatar Jonas Fonseca1-5/+3
2006-08-26Use xrealloc instead of reallocLibravatar Jonas Fonseca1-2/+2
2006-08-26Use PATH_MAX instead of MAXPATHLENLibravatar Jonas Fonseca1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Libravatar Pavel Roskin1-1/+1
2006-05-19Move pathspec matching from builtin-add.c into dir.cLibravatar Linus Torvalds1-0/+80
2006-05-17Clean up git-ls-file directory walking library interfaceLibravatar Linus Torvalds1-1/+27
2006-05-17libify git-ls-files directory traversalLibravatar Linus Torvalds1-0/+295