132 Commits (352404ac4ccab144cd866b1f24c90b8f29ca33c2)

Author SHA1 Message Date
Junio C Hamano 33e0f62ba9 pathspec: rename per-item field has_wildcard to use_wildcard 14 years ago
Alex Riesen 0235017eaf clean: unreadable directory may still be rmdir-able if it is empty 14 years ago
Nguyễn Thái Ngọc Duy b892913d51 Kill off get_relative_cwd() 14 years ago
Nguyễn Thái Ngọc Duy 9b125da490 setup: return correct prefix if worktree is '/' 14 years ago
Carlos Martín Nieto e2a57aac8a Name make_*_path functions more accurately 14 years ago
Nguyễn Thái Ngọc Duy 61cf282045 pathspec: add match_pathspec_depth() 14 years ago
Nguyễn Thái Ngọc Duy d38f28093e tree_entry_interesting(): support wildcard matching 14 years ago
Nguyễn Thái Ngọc Duy 86e4ca69e3 tree_entry_interesting(): fix depth limit with overlapping pathspecs 14 years ago
Nguyễn Thái Ngọc Duy bc96cc87db tree_entry_interesting(): support depth limit 14 years ago
Nguyễn Thái Ngọc Duy 0602f3e916 Add struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy 9e082734b3 Revert "excluded_1(): support exclude files in index" 14 years ago
Nguyễn Thái Ngọc Duy 0fd0e2417d dir.c: add free_excludes() 14 years ago
Nguyễn Thái Ngọc Duy fbbb4e19be get_cwd_relative(): do not misinterpret root path 14 years ago
Nguyễn Thái Ngọc Duy ae3cdfe112 dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkout 14 years ago
Joshua Jensen 21444f1805 Add case insensitivity support when using git ls-files 14 years ago
Joshua Jensen 5102c6173c Add case insensitivity support for directories when using git status 14 years ago
Joshua Jensen 10d4b02b99 Case insensitivity support for .gitignore via core.ignorecase 14 years ago
Joshua Jensen 8cf2a84e9d Add string comparison functions that respect the ignore_case variable. 14 years ago
Pat Notz 9d14017ada dir.c: squelch false uninitialized memory warning 14 years ago
Jens Lehmann 108da0db12 git add: Add the "--ignore-missing" option for the dry run 15 years ago
Junio C Hamano 42f9852f3c common_prefix: simplify and fix scanning for prefixes 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Clemens Buchacher 490544b128 get_cwd_relative(): do not misinterpret suffix as subdirectory 15 years ago
Jeff King 29209cbe58 dir: fix COLLECT_IGNORED on excluded prefixes 15 years ago
Jeff King 3fc0d131c5 rm: fix bug in recursive subdirectory removal 15 years ago
Nguyễn Thái Ngọc Duy 45d76f1718 Fix memory corruption when .gitignore does not end by \n 15 years ago
Junio C Hamano 48ffef966c ls-files: fix overeager pathspec optimization 15 years ago
Junio C Hamano 16e2cfa909 read_directory(): further split treat_path() 15 years ago
Junio C Hamano 53cc5356fb read_directory_recursive(): refactor handling of a single path into a separate function 15 years ago
Nguyễn Thái Ngọc Duy cb09753423 dir.c: export excluded_1() and add_excludes_from_file_1() 16 years ago
Nguyễn Thái Ngọc Duy c84de70781 excluded_1(): support exclude files in index 16 years ago
Nguyễn Thái Ngọc Duy c28b3d6e7b Read .gitignore from index if it is skip-worktree 16 years ago
Nguyễn Thái Ngọc Duy b5041c5f3b Avoid writing to buffer in add_excludes_from_file_1() 16 years ago
Junio C Hamano a0f4afbe87 clean: require double -f options to nuke nested git repository and work tree 16 years ago
Linus Torvalds 443e061a41 Avoid using 'lstat()' to figure out directories 16 years ago
Linus Torvalds caa6b7825a Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entry 16 years ago
Linus Torvalds dba2e2037f Simplify read_directory[_recursive]() arguments 16 years ago
Linus Torvalds 1d8842d921 Add 'fill_directory()' helper function for directory traversal 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Jeff King 6e4f981ffb git-add: no need for -f when resolving a conflict in already tracked path 16 years ago
Linus Torvalds da4b3e8c28 dir.c: clean up handling of 'path' parameter in read_directory_recursive() 16 years ago
Allan Caffee 2c5b011503 dir.c: Fix two minor grammatical errors in comments 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Johannes Schindelin 7c4c97c0ac Turn the flags in struct dir_struct into a single variable 16 years ago
Finn Arne Gangstad dd482eeac2 Support "\" in non-wildcard exclusion entries 16 years ago
Kjetil Barvik 571998921d lstat_cache(): swap func(length, string) into func(string, length) 16 years ago
René Scharfe 8cc3299262 Change NUL char handling of isspecial() 16 years ago
Clemens Buchacher 0b50922abf remove pathspec_match, use match_pathspec instead 16 years ago
Clemens Buchacher 1c7c1d179e clean up pathspec matching 16 years ago
Alexander Potashev 55892d2398 Allow cloning to an existing empty directory 16 years ago