summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann-1/+1
2010-06-22Merge branch 'jc/maint-simpler-common-prefix'Junio C Hamano-13/+13
2010-06-21Merge branch 'gv/portable'Junio C Hamano-3/+3
2010-06-16common_prefix: simplify and fix scanning for prefixesJunio C Hamano-13/+13
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan-3/+3
2010-05-28get_cwd_relative(): do not misinterpret suffix as subdirectoryClemens Buchacher-2/+7
2010-03-20Merge branch 'jk/maint-add-ignored-dir'Junio C Hamano-2/+18
2010-03-13dir: fix COLLECT_IGNORED on excluded prefixesJeff King-2/+18
2010-02-19Merge branch 'jk/maint-rmdir-fix' into maintJunio C Hamano-1/+1
2010-02-18rm: fix bug in recursive subdirectory removalJeff King-1/+1
2010-01-20Fix memory corruption when .gitignore does not end by \nNguyễn Thái Ngọc Duy-3/+13
2010-01-20Merge branch 'jc/ls-files-ignored-pathspec'Junio C Hamano-64/+135
2010-01-13Merge branch 'nd/sparse'Junio C Hamano-35/+65
2010-01-08ls-files: fix overeager pathspec optimizationJunio C Hamano-1/+37
2010-01-08read_directory(): further split treat_path()Junio C Hamano-21/+29
2010-01-08read_directory_recursive(): refactor handling of a single path into a separat...Junio C Hamano-63/+90
2009-08-23dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy-16/+16
2009-08-23excluded_1(): support exclude files in indexNguyễn Thái Ngọc Duy-0/+6
2009-08-23Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy-20/+45
2009-08-23Avoid writing to buffer in add_excludes_from_file_1()Nguyễn Thái Ngọc Duy-3/+2
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano-2/+10
2009-07-09Avoid using 'lstat()' to figure out directoriesLinus Torvalds-5/+42
2009-07-09Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entryLinus Torvalds-5/+9
2009-07-09Simplify read_directory[_recursive]() argumentsLinus Torvalds-29/+28
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds-1/+22
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast-1/+1
2009-05-31git-add: no need for -f when resolving a conflict in already tracked pathJeff King-1/+1
2009-05-16dir.c: clean up handling of 'path' parameter in read_directory_recursive()Linus Torvalds-1/+1
2009-05-05Merge branch 'maint'Junio C Hamano-2/+2
2009-05-05Merge branch 'maint-1.6.0' into maintJunio C Hamano-2/+2
2009-05-05dir.c: Fix two minor grammatical errors in commentsAllan Caffee-2/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras-1/+1
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano-8/+9
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano-1/+1
2009-03-11Merge branch 'fg/maint-exclude-bq' into maintJunio C Hamano-1/+1
2009-03-05Merge branch 'fg/exclude-bq'Junio C Hamano-1/+1
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin-8/+9
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad-1/+1
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik-1/+1
2009-01-25Merge branch 'cb/add-pathspec'Junio C Hamano-8/+11
2009-01-21Merge branch 'rs/ctype'Junio C Hamano-2/+2
2009-01-17Change NUL char handling of isspecial()René Scharfe-2/+2
2009-01-14remove pathspec_match, use match_pathspec insteadClemens Buchacher-8/+11
2009-01-14clean up pathspec matchingClemens Buchacher-1/+1
2009-01-11Allow cloning to an existing empty directoryAlexander Potashev-0/+19
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev-8/+4
2008-10-02dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi-2/+2
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce-0/+20
2008-09-29Add remove_path: a function to remove as much as possible of a pathAlex Riesen-0/+20
2008-08-28dir.c: Avoid c99 array initializationBrandon Casey-12/+2