summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-21Fix directory scanner to correctly ignore files without d_typeLibravatar Linus Torvalds1-14/+38
2007-08-01get_relative_cwd(): clarify why it handles dir == NULLLibravatar Johannes Schindelin1-5/+10
2007-08-01Add functions get_relative_cwd() and is_inside_dir()Libravatar Johannes Schindelin1-0/+38
2007-06-16Fix ALLOC_GROW calls with obsolete semanticsLibravatar Jeff King1-2/+2
2007-06-13builtin-add: simplify (and increase accuracy of) exclude handlingLibravatar Jeff King1-2/+14
2007-06-13dir_struct: add collect_ignored optionLibravatar Jeff King1-0/+12
2007-06-12refactor dir_add_nameLibravatar Jeff King1-11/+10
2007-05-21rename dirlink to gitlink.Libravatar Martin Waitz1-3/+3
2007-05-07dir.c: Omit non-excluded directories with dir->show_ignoredLibravatar Michael Spang1-1/+6
2007-04-24Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2007-04-23dir.c(common_prefix): Fix two bugsLibravatar Johannes Schindelin1-1/+2
2007-04-12Don't show gitlink directories when we want "other" filesLibravatar Linus Torvalds1-0/+2
2007-04-11Teach directory traversal about subprojectsLibravatar Linus Torvalds1-18/+115
2007-04-09Avoid overflowing name buffer in deep directory structuresLibravatar Linus Torvalds1-0/+3
2007-03-31Optimize directory listing with pathspec limiter.Libravatar Linus Torvalds1-5/+91
2007-03-07Cast 64 bit off_t to 32 bit size_tLibravatar Shawn O. Pearce1-2/+2
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-1/+1
2006-12-29Fix 'git add' with .gitignoreLibravatar Junio C Hamano1-3/+5
2006-12-29Revert "read_directory: show_both option."Libravatar Junio C Hamano1-12/+7
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