29 Commits (f740cc25298e2a0eb7c561c40854ed568c7de657)

Author SHA1 Message Date
Junio C Hamano a0f4afbe87 clean: require double -f options to nuke nested git repository and work tree 15 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
Johannes Schindelin 7c4c97c0ac Turn the flags in struct dir_struct into a single variable 16 years ago
Alexander Potashev 55892d2398 Allow cloning to an existing empty directory 16 years ago
Alexander Potashev 8ca12c0d62 add is_dot_or_dotdot inline function 16 years ago
Nanako Shiraishi 159b321270 dir.c: make dir_add_name() and dir_add_ignored() static 16 years ago
Alex Riesen 4a92d1bfb7 Add remove_path: a function to remove as much as possible of a path 16 years ago
Junio C Hamano 6831a88ac0 gitignore: lazily find dtype 17 years ago
Junio C Hamano d6b8fc303b gitignore(5): Allow "foo/" in ignore list to match directory "foo" 17 years ago
Junio C Hamano 63d285c849 per-directory-exclude: lazily read .gitignore files 17 years ago
Junio C Hamano dcf0c16ef1 core.excludesfile clean-up 17 years ago
Junio C Hamano 039bc64e88 core.excludesfile clean-up 17 years ago
Lars Knoll 68492fc73b Speedup scanning for excluded files. 17 years ago
Johannes Schindelin 7155b727c9 Introduce remove_dir_recursively() 17 years ago
Johannes Schindelin e663674722 Add functions get_relative_cwd() and is_inside_dir() 18 years ago
Jeff King e96980ef81 builtin-add: simplify (and increase accuracy of) exclude handling 18 years ago
Jeff King 2abd31b078 dir_struct: add collect_ignored option 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Linus Torvalds 095952585c Teach directory traversal about subprojects 18 years ago
Linus Torvalds 9fc42d6091 Optimize directory listing with pathspec limiter. 18 years ago
Junio C Hamano 4d06f8ac43 Fix 'git add' with .gitignore 18 years ago
Junio C Hamano c889763bf3 Revert "read_directory: show_both option." 18 years ago
Junio C Hamano 4888c53409 read_directory: show_both option. 18 years ago
Junio C Hamano e813d50e35 match_pathspec() -- return how well the spec matched 18 years ago
Junio C Hamano f8a9d42872 read-tree: further loosen "working file will be lost" check. 18 years ago
Jeff King c91f0d92ef git-commit.sh: convert run_status to a C builtin 18 years ago
Linus Torvalds 3c6a370b0e Move pathspec matching from builtin-add.c into dir.c 19 years ago
Linus Torvalds b4189aa848 Clean up git-ls-file directory walking library interface 19 years ago
Linus Torvalds 453ec4bdf4 libify git-ls-files directory traversal 19 years ago