summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-14git clean: Don't automatically remove directories when run within subdirectoryLibravatar Shawn Bohrer1-1/+1
2008-04-09Add 'core.ignorecase' optionLibravatar Linus Torvalds1-1/+1
2008-04-09Make hash_name_lookup able to do case-independent lookupsLibravatar Linus Torvalds1-1/+1
2008-02-22Avoid unnecessary "if-before-free" tests.Libravatar Jim Meyering1-2/+1
2008-02-16Merge branch 'jc/gitignore-ends-with-slash'Libravatar Junio C Hamano1-11/+38
2008-02-05gitignore: lazily find dtypeLibravatar Junio C Hamano1-9/+16
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Libravatar Junio C Hamano1-11/+31
2008-01-22Create pathname-based hash-table lookup into indexLibravatar Linus Torvalds1-1/+1
2008-01-21Make on-disk index representation separate from in-core oneLibravatar Linus Torvalds1-1/+1
2007-12-16Fix a memory leakLibravatar 李鸿1-0/+3
2007-12-04Merge branch 'kh/commit'Libravatar Junio C Hamano1-1/+1
2007-11-29per-directory-exclude: lazily read .gitignore filesLibravatar Junio C Hamano1-50/+53
2007-11-29dir.c: minor clean-upLibravatar Junio C Hamano1-9/+4
2007-11-22file_exists(): dangling symlinks do existLibravatar Junio C Hamano1-4/+3
2007-11-16Fix per-directory exclude handing for "git add"Libravatar Junio C Hamano1-2/+4
2007-11-14core.excludesfile clean-upLibravatar Junio C Hamano1-0/+12
2007-11-08Style: place opening brace of a function definition at column 1Libravatar Junio C Hamano1-1/+2
2007-10-29Speedup scanning for excluded files.Libravatar Lars Knoll1-16/+43
2007-10-24Merge branch 'db/fetch-pack'Libravatar Junio C Hamano1-0/+41
2007-10-21Fix directory scanner to correctly ignore files without d_typeLibravatar Linus Torvalds1-14/+38
2007-09-30Introduce remove_dir_recursively()Libravatar Johannes Schindelin1-0/+41
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