1. a0f4afb clean: require double -f options to nuke nested git repository and work tree by Junio C Hamano · 16 years ago
  2. dba2e20 Simplify read_directory[_recursive]() arguments by Linus Torvalds · 16 years ago
  3. 1d8842d Add 'fill_directory()' helper function for directory traversal by Linus Torvalds · 16 years ago
  4. 7c4c97c Turn the flags in struct dir_struct into a single variable by Johannes Schindelin · 16 years ago
  5. 55892d2 Allow cloning to an existing empty directory by Alexander Potashev · 16 years ago
  6. 8ca12c0 add is_dot_or_dotdot inline function by Alexander Potashev · 16 years ago
  7. 159b321 dir.c: make dir_add_name() and dir_add_ignored() static by Nanako Shiraishi · 16 years ago
  8. 4a92d1b Add remove_path: a function to remove as much as possible of a path by Alex Riesen · 16 years ago
  9. 6831a88 gitignore: lazily find dtype by Junio C Hamano · 17 years ago
  10. d6b8fc3 gitignore(5): Allow "foo/" in ignore list to match directory "foo" by Junio C Hamano · 17 years ago
  11. 63d285c per-directory-exclude: lazily read .gitignore files by Junio C Hamano · 17 years ago
  12. 039bc64 core.excludesfile clean-up by Junio C Hamano · 17 years ago
  13. 68492fc Speedup scanning for excluded files. by Lars Knoll · 17 years ago
  14. 7155b72 Introduce remove_dir_recursively() by Johannes Schindelin · 17 years ago
  15. e663674 Add functions get_relative_cwd() and is_inside_dir() by Johannes Schindelin · 18 years ago
  16. e96980e builtin-add: simplify (and increase accuracy of) exclude handling by Jeff King · 18 years ago
  17. 2abd31b dir_struct: add collect_ignored option by Jeff King · 18 years ago
  18. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  19. 0959525 Teach directory traversal about subprojects by Linus Torvalds · 18 years ago
  20. 9fc42d6 Optimize directory listing with pathspec limiter. by Linus Torvalds · 18 years ago
  21. 4d06f8a Fix 'git add' with .gitignore by Junio C Hamano · 18 years ago
  22. c889763 Revert "read_directory: show_both option." by Junio C Hamano · 18 years ago
  23. 4888c53 read_directory: show_both option. by Junio C Hamano · 18 years ago
  24. e813d50 match_pathspec() -- return how well the spec matched by Junio C Hamano · 18 years ago
  25. f8a9d42 read-tree: further loosen "working file will be lost" check. by Junio C Hamano · 18 years ago
  26. c91f0d9 git-commit.sh: convert run_status to a C builtin by Jeff King · 19 years ago
  27. 3c6a370 Move pathspec matching from builtin-add.c into dir.c by Linus Torvalds · 19 years ago
  28. b4189aa Clean up git-ls-file directory walking library interface by Linus Torvalds · 19 years ago
  29. 453ec4b libify git-ls-files directory traversal by Linus Torvalds · 19 years ago