1. 61061ab Merge branch 'jh/object-filtering' by Junio C Hamano · 7 years ago
  2. 578d81d dir: allow exclusions from blob in addition to file by Jeff Hostetler · 7 years ago
  3. e05336b Merge branch 'bp/fsmonitor' by Junio C Hamano · 7 years ago
  4. d8df70f Merge branch 'jm/status-ignored-files-list' by Junio C Hamano · 7 years ago
  5. e7e456f Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  6. da7996a Merge branch 'js/submodule-in-excluded' by Junio C Hamano · 7 years ago
  7. 07966ed status: report matching ignored and normal untracked by Jameson Miller · 7 years ago
  8. eec0f7f status: add option to show ignored files differently by Jameson Miller · 7 years ago
  9. fadb482 status: do not get confused by submodules in excluded directories by Johannes Schindelin · 7 years ago
  10. a98e610 refs: convert resolve_gitlink_ref to struct object_id by brian m. carlson · 7 years ago
  11. 1053fe8 Convert remaining callers of resolve_gitlink_ref to object_id by brian m. carlson · 7 years ago
  12. 883e248 fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. by Ben Peart · 8 years ago
  13. 5aaa7fd Improve performance of git status --ignored by Jameson Miller · 8 years ago
  14. 0d824bc Merge branch 'rs/stat-data-unaligned-reads-fix' into maint by Junio C Hamano · 8 years ago
  15. 12deaf6 Merge branch 'rs/stat-data-unaligned-reads-fix' by Junio C Hamano · 8 years ago
  16. 268ba20 dir: support platforms that require aligned reads by René Scharfe · 8 years ago
  17. 0c6435a Merge branch 'ab/wildmatch' by Junio C Hamano · 8 years ago
  18. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  19. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  20. 5812b3f Merge branch 'bw/ls-files-sans-the-index' by Junio C Hamano · 8 years ago
  21. 55d3426 wildmatch: remove unused wildopts parameter by Ævar Arnfjörð Bjarmason · 8 years ago
  22. 52ab95c Merge branch 'pc/dir-count-slashes' by Junio C Hamano · 8 years ago
  23. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  24. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  25. b9a7d55 Merge branch 'nd/fopen-errors' by Junio C Hamano · 8 years ago
  26. 93dd544 Merge branch 'jc/noent-notdir' by Junio C Hamano · 8 years ago
  27. f4683b4 Merge branch 'sl/clean-d-ignored-fix' into maint by Junio C Hamano · 8 years ago
  28. 82b474e convert: convert convert_to_git to take an index by Brandon Williams · 8 years ago
  29. e0556a9 dir: create function count_slashes() by Prathamesh Chavan · 8 years ago
  30. f4fd99b Merge branch 'sl/clean-d-ignored-fix' by Junio C Hamano · 8 years ago
  31. c705420 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked by Junio C Hamano · 8 years ago
  32. 11dc1fc wrapper.c: add and use warn_on_fopen_errors() by Nguyễn Thái Ngọc Duy · 8 years ago
  33. bbf504a dir: expose cmp_name() and check_contains() by Samuel Lijin · 8 years ago
  34. fb89888 dir: hide untracked contents of untracked dirs by Samuel Lijin · 8 years ago
  35. df5bcdf dir: recurse into untracked dirs for ignored files by Samuel Lijin · 8 years ago
  36. 0d32c18 dir: convert fill_directory to take an index by Brandon Williams · 8 years ago
  37. 2c1eb10 dir: convert read_directory to take an index by Brandon Williams · 8 years ago
  38. 0ef8e16 dir: convert read_directory_recursive to take an index by Brandon Williams · 8 years ago
  39. 207a06c dir: convert open_cached_dir to take an index by Brandon Williams · 8 years ago
  40. a0bba65 dir: convert is_excluded to take an index by Brandon Williams · 8 years ago
  41. e799ed4 dir: convert prep_exclude to take an index by Brandon Williams · 8 years ago
  42. 473e393 dir: convert add_excludes to take an index by Brandon Williams · 8 years ago
  43. fba92be dir: convert is_excluded_from_list to take an index by Brandon Williams · 8 years ago
  44. 2b70e88 dir: convert last_exclude_matching_from_list to take an index by Brandon Williams · 8 years ago
  45. 9e58bec dir: convert dir_add* to take an index by Brandon Williams · 8 years ago
  46. 98f2a68 dir: convert get_dtype to take index by Brandon Williams · 8 years ago
  47. ae520e3 dir: convert directory_exists_in_index to take index by Brandon Williams · 8 years ago
  48. 6f52b74 dir: convert read_skip_worktree_file_from_index to take an index by Brandon Williams · 8 years ago
  49. 12cd0bf dir: stop using the index compatibility macros by Brandon Williams · 8 years ago
  50. e394fa0 Merge branch 'sb/checkout-recurse-submodules' by Junio C Hamano · 8 years ago
  51. f6c64c6 Merge branch 'bw/attr-pathspec' by Junio C Hamano · 8 years ago
  52. 365444a connect_work_tree_and_git_dir: safely create leading directories by Stefan Beller · 8 years ago
  53. b0db704 pathspec: allow querying for attributes by Brandon Williams · 8 years ago
  54. ce83ead real_pathdup(): fix callsites that wanted it to die on error by Johannes Schindelin · 8 years ago
  55. bec5ab8 dir: avoid allocation in fill_directory() by René Scharfe · 8 years ago
  56. 1c16df2 Merge branch 'bw/realpath-wo-chdir' by Junio C Hamano · 8 years ago
  57. fe9ec8b Merge branch 'bw/pathspec-cleanup' by Junio C Hamano · 8 years ago
  58. 966de30 dir: convert fill_directory to use the pathspec struct interface by Brandon Williams · 8 years ago
  59. e1b8c7b dir: remove struct path_simplify by Brandon Williams · 8 years ago
  60. f6f8586 submodule: add absorb-git-dir function by Stefan Beller · 8 years ago
  61. 47e83eb move connect_work_tree_and_git_dir to dir.h by Stefan Beller · 8 years ago
  62. f0056f6 read info/{attributes,exclude} only when in repository by Jeff King · 8 years ago
  63. 1c2b1f7 Merge branch 'bw/ls-files-recurse-submodules' by Junio C Hamano · 8 years ago
  64. 75a6315 ls-files: add pathspec matching for submodules by Brandon Williams · 8 years ago
  65. 9ed0d8d use QSORT by René Scharfe · 9 years ago
  66. 99d1a98 cache: convert struct cache_entry to use struct object_id by brian m. carlson · 9 years ago
  67. b4e8a84 Merge branch 'rs/use-strbuf-addbuf' by Junio C Hamano · 9 years ago
  68. 8109984 use strbuf_addbuf() for appending a strbuf to another by René Scharfe · 9 years ago
  69. 352d72a Merge branch 'nd/worktree-various-heads' by Junio C Hamano · 9 years ago
  70. ba0897e dir.c: rename str(n)cmp_icase to fspath(n)cmp by Nguyễn Thái Ngọc Duy · 9 years ago
  71. 423b592 dir.c: remove dead function fnmatch_icase() by Nguyễn Thái Ngọc Duy · 9 years ago
  72. 9fabc70 Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maint by Junio C Hamano · 9 years ago
  73. 12508a8 Merge branch 'ss/exc-flag-is-a-collection-of-bits' by Junio C Hamano · 9 years ago
  74. 5cee349 Revert "Merge branch 'nd/exclusion-regression-fix'" by Junio C Hamano · 9 years ago
  75. f870899 dir: store EXC_FLAG_* values in unsigned integers by Saurav Sachidanand · 9 years ago
  76. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
  77. e0b8373 write_untracked_extension: use FLEX_ALLOC helper by Jeff King · 9 years ago
  78. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King · 9 years ago
  79. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 9 years ago
  80. 3733e69 use xmallocz to avoid size arithmetic by Jeff King · 9 years ago
  81. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  82. d589a67 dir.c: don't exclude whole dir prematurely by Nguyễn Thái Ngọc Duy · 9 years ago
  83. c62a917 dir.c: support marking some patterns already matched by Nguyễn Thái Ngọc Duy · 9 years ago
  84. bac65a2 dir.c: support tracing exclude by Nguyễn Thái Ngọc Duy · 9 years ago
  85. a60ea8f dir.c: fix match_pathname() by Nguyễn Thái Ngọc Duy · 9 years ago
  86. 0e35fcb Merge branch 'cc/untracked' by Junio C Hamano · 9 years ago
  87. 9496acc Merge branch 'nd/exclusion-regression-fix' into maint by Junio C Hamano · 9 years ago
  88. af3e464 Merge branch 'nd/dir-exclude-cleanup' into maint by Junio C Hamano · 9 years ago
  89. 0e0f761 dir: simplify untracked cache "ident" field by Christian Couder · 9 years ago
  90. 07b29bf dir: add remove_untracked_cache() by Christian Couder · 9 years ago
  91. 4a4ca47 dir: add {new,add}_untracked_cache() by Christian Couder · 9 years ago
  92. 76b620d Merge branch 'nd/exclusion-regression-fix' by Junio C Hamano · 9 years ago
  93. 7a450b4 Merge branch 'nd/dir-exclude-cleanup' by Junio C Hamano · 9 years ago
  94. 8c72236 Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match" by Nguyễn Thái Ngọc Duy · 9 years ago
  95. 2653a8c dir.c: clean the entire struct in clear_exclude_list() by Nguyễn Thái Ngọc Duy · 9 years ago
  96. 3a27eec Merge branch 'dt/name-hash-dir-entry-fix' into maint by Junio C Hamano · 9 years ago
  97. 69fe318 Merge branch 'dt/name-hash-dir-entry-fix' by Junio C Hamano · 9 years ago
  98. 41284eb name-hash: don't reuse cache_entry in dir_entry by David Turner · 9 years ago
  99. 7889179 Merge branch 'jk/war-on-sprintf' by Junio C Hamano · 9 years ago
  100. 15cef7c Merge branch 'js/icase-wt-detection' into maint by Junio C Hamano · 9 years ago