1. de2e3b0 Merge branch 'mv/parseopt-ls-files' by Junio C Hamano · 16 years ago
  2. a9bfe81 Merge branch 'kb/checkout-optim' by Junio C Hamano · 16 years ago
  3. 1456d96 Merge branch 'fg/exclude-bq' by Junio C Hamano · 16 years ago
  4. 7c4c97c Turn the flags in struct dir_struct into a single variable by Johannes Schindelin · 16 years ago
  5. dd482ee Support "\" in non-wildcard exclusion entries by Finn Arne Gangstad · 16 years ago
  6. 5719989 lstat_cache(): swap func(length, string) into func(string, length) by Kjetil Barvik · 16 years ago
  7. d64d483 Merge branch 'cb/add-pathspec' by Junio C Hamano · 16 years ago
  8. d9fde06 Merge branch 'rs/ctype' by Junio C Hamano · 16 years ago
  9. 8cc3299 Change NUL char handling of isspecial() by René Scharfe · 16 years ago
  10. 0b50922 remove pathspec_match, use match_pathspec instead by Clemens Buchacher · 16 years ago
  11. 1c7c1d1 clean up pathspec matching by Clemens Buchacher · 16 years ago
  12. 55892d2 Allow cloning to an existing empty directory by Alexander Potashev · 16 years ago
  13. 8ca12c0 add is_dot_or_dotdot inline function by Alexander Potashev · 16 years ago
  14. 159b321 dir.c: make dir_add_name() and dir_add_ignored() static by Nanako Shiraishi · 16 years ago
  15. 5a139ba Merge branch 'maint' into bc/master-diff-hunk-header-fix by Shawn O. Pearce · 16 years ago
  16. 4a92d1b Add remove_path: a function to remove as much as possible of a path by Alex Riesen · 16 years ago
  17. 63e8aea dir.c: Avoid c99 array initialization by Brandon Casey · 17 years ago
  18. 4a871de Merge branch 'jc/add-stop-at-symlink' by Junio C Hamano · 17 years ago
  19. ea335b5 Fix escaping of glob special characters in pathspecs by Kevin Ballard · 17 years ago
  20. 725b060 add: refuse to add working tree items beyond symlinks by Junio C Hamano · 17 years ago
  21. 380a742 Merge branch 'lt/case-insensitive' by Junio C Hamano · 17 years ago
  22. 88ea811 Optimize match_pathspec() to avoid fnmatch() by Linus Torvalds · 17 years ago
  23. f2d0df7 git clean: Don't automatically remove directories when run within subdirectory by Shawn Bohrer · 17 years ago
  24. 0a9b88b Add 'core.ignorecase' option by Linus Torvalds · 17 years ago
  25. cd2fef5 Make hash_name_lookup able to do case-independent lookups by Linus Torvalds · 17 years ago
  26. 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering · 17 years ago
  27. 987e315 Merge branch 'jc/gitignore-ends-with-slash' by Junio C Hamano · 17 years ago
  28. 6831a88 gitignore: lazily find dtype by Junio C Hamano · 17 years ago
  29. d6b8fc3 gitignore(5): Allow "foo/" in ignore list to match directory "foo" by Junio C Hamano · 17 years ago
  30. cf55870 Create pathname-based hash-table lookup into index by Linus Torvalds · 17 years ago
  31. 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
  32. 6ba7823 Fix a memory leak by 李鸿 · 17 years ago
  33. 31cbb5d Merge branch 'kh/commit' by Junio C Hamano · 17 years ago
  34. 63d285c per-directory-exclude: lazily read .gitignore files by Junio C Hamano · 17 years ago
  35. 686a4a0 dir.c: minor clean-up by Junio C Hamano · 17 years ago
  36. a50f9fc5 file_exists(): dangling symlinks do exist by Junio C Hamano · 17 years ago
  37. 41a7aa5 Fix per-directory exclude handing for "git add" by Junio C Hamano · 17 years ago
  38. 039bc64 core.excludesfile clean-up by Junio C Hamano · 17 years ago
  39. f3fa183 Style: place opening brace of a function definition at column 1 by Junio C Hamano · 17 years ago
  40. 68492fc Speedup scanning for excluded files. by Lars Knoll · 17 years ago
  41. d90a7fd Merge branch 'db/fetch-pack' by Junio C Hamano · 17 years ago
  42. 0713442 Fix directory scanner to correctly ignore files without d_type by Linus Torvalds · 17 years ago
  43. 7155b72 Introduce remove_dir_recursively() by Johannes Schindelin · 17 years ago
  44. 420acb3 get_relative_cwd(): clarify why it handles dir == NULL by Johannes Schindelin · 18 years ago
  45. e663674 Add functions get_relative_cwd() and is_inside_dir() by Johannes Schindelin · 18 years ago
  46. 25fd2f7 Fix ALLOC_GROW calls with obsolete semantics by Jeff King · 18 years ago
  47. e96980e builtin-add: simplify (and increase accuracy of) exclude handling by Jeff King · 18 years ago
  48. 2abd31b dir_struct: add collect_ignored option by Jeff King · 18 years ago
  49. 6815e56 refactor dir_add_name by Jeff King · 18 years ago
  50. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  51. b991625 dir.c: Omit non-excluded directories with dir->show_ignored by Michael Spang · 18 years ago
  52. 520d7e2 Merge branch 'maint' by Junio C Hamano · 18 years ago
  53. c7f34c1 dir.c(common_prefix): Fix two bugs by Johannes Schindelin · 18 years ago
  54. ab22aed Don't show gitlink directories when we want "other" files by Linus Torvalds · 18 years ago
  55. 0959525 Teach directory traversal about subprojects by Linus Torvalds · 18 years ago
  56. 5d5cea6 Avoid overflowing name buffer in deep directory structures by Linus Torvalds · 18 years ago
  57. 9fc42d6 Optimize directory listing with pathspec limiter. by Linus Torvalds · 18 years ago
  58. dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
  59. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  60. 4d06f8a Fix 'git add' with .gitignore by Junio C Hamano · 18 years ago
  61. c889763 Revert "read_directory: show_both option." by Junio C Hamano · 18 years ago
  62. 4888c53 read_directory: show_both option. by Junio C Hamano · 18 years ago
  63. e813d50 match_pathspec() -- return how well the spec matched by Junio C Hamano · 18 years ago
  64. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  65. f8a9d42 read-tree: further loosen "working file will be lost" check. by Junio C Hamano · 18 years ago
  66. 07ccbff runstatus: do not recurse into subdirectories if not needed by Johannes Schindelin · 18 years ago
  67. c91f0d9 git-commit.sh: convert run_status to a C builtin by Jeff King · 19 years ago
  68. c470701 Use fstat instead of fseek by Jonas Fonseca · 19 years ago
  69. 83572c1 Use xrealloc instead of realloc by Jonas Fonseca · 19 years ago
  70. 095c424 Use PATH_MAX instead of MAXPATHLEN by Jonas Fonseca · 19 years ago
  71. a9486b0 Avoid C99 comments, use old-style C comments instead. by Pavel Roskin · 19 years ago
  72. 3c6a370 Move pathspec matching from builtin-add.c into dir.c by Linus Torvalds · 19 years ago
  73. b4189aa Clean up git-ls-file directory walking library interface by Linus Torvalds · 19 years ago
  74. 453ec4b libify git-ls-files directory traversal by Linus Torvalds · 19 years ago