1. 29c139c fsmonitor: support case-insensitive events by Jeff Hostetler · 11 months ago
  2. b0dba50 fsmonitor: refactor bit invalidation in refresh callback by Jeff Hostetler · 11 months ago
  3. 84d441f fsmonitor: trace the new invalidated cache-entry count by Jeff Hostetler · 11 months ago
  4. 9e34e56 fsmonitor: return invalidated cache-entry count on non-directory event by Jeff Hostetler · 11 months ago
  5. 558d146 fsmonitor: remove custom loop from non-directory path handler by Jeff Hostetler · 11 months ago
  6. a524820 fsmonitor: return invalidated cache-entry count on directory event by Jeff Hostetler · 11 months ago
  7. 7c97174 fsmonitor: move untracked-cache invalidation into helper functions by Jeff Hostetler · 11 months ago
  8. 48f4cd7 fsmonitor: refactor untracked-cache invalidation by Jeff Hostetler · 11 months ago
  9. 8687c2b fsmonitor: refactor refresh callback for non-directory events by Jeff Hostetler · 11 months ago
  10. 7a15a62 fsmonitor: clarify handling of directory events in callback helper by Jeff Hostetler · 11 months ago
  11. e5da3dd fsmonitor: refactor refresh callback on directory events by Jeff Hostetler · 11 months ago
  12. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
  13. 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 1 year, 10 months ago
  14. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  15. 6269f8e treewide: always have a valid "index_state.repo" member by Ævar Arnfjörð Bjarmason · 2 years ago
  16. c4f9490 fsmonitor: fix leak of warning message by Jeff King · 2 years, 3 months ago
  17. 25c2cab fsmonitor: check for compatability before communicating with fsmonitor by Eric DeCosta · 2 years, 4 months ago
  18. f954c7b fsmonitor: never set CE_FSMONITOR_VALID on submodules by Jeff Hostetler · 2 years, 8 months ago
  19. 95a4e78 fsmonitor: optimize processing of directory events by Jeff Hostetler · 2 years, 8 months ago
  20. 26b9f34 fsmonitor: force update index after large responses by Jeff Hostetler · 2 years, 10 months ago
  21. 9c307e8 fsmonitor: use IPC to query the builtin FSMonitor daemon by Jeff Hostetler · 2 years, 10 months ago
  22. 1e0ea5c fsmonitor: config settings are repository-specific by Jeff Hostetler · 2 years, 10 months ago
  23. 974c1b3 fsmonitor: enhance existing comments, clarify trivial response handling by Jeff Hostetler · 2 years, 10 months ago
  24. 8779c14 Merge branch 'jh/fsmonitor-prework' by Junio C Hamano · 3 years, 10 months ago
  25. 097ea2c fsmonitor: avoid global-buffer-overflow READ when checking trivial response by Andrzej Hunt · 3 years, 10 months ago
  26. 700696b Merge branch 'jh/fsmonitor-prework' by Junio C Hamano · 3 years, 11 months ago
  27. fcd19b0 fsmonitor: refactor initialization of fsmonitor_last_update token by Jeff Hostetler · 4 years ago
  28. ff03836 fsmonitor: allow all entries for a folder to be invalidated by Kevin Willford · 4 years ago
  29. 29fbbf4 fsmonitor: log FSMN token when reading and writing the index by Jeff Hostetler · 4 years ago
  30. 940b94f fsmonitor: log invocation of FSMonitor hook to trace2 by Jeff Hostetler · 4 years ago
  31. cae70ac fsmonitor: de-duplicate BUG()s around dirty bits by Derrick Stolee · 4 years ago
  32. 46b225f Merge branch 'jk/strvec' by Junio C Hamano · 4 years, 5 months ago
  33. ef8d7ac strvec: convert more callers away from argv_array name by Jeff King · 4 years, 6 months ago
  34. 6d12b53 Remove doubled words in various comments by Elijah Newren · 4 years, 6 months ago
  35. 8da2c57 fsmonitor: handle version 2 of the hooks that will use opaque token by Kevin Willford · 5 years ago
  36. 56c6910 fsmonitor: change last update timestamp on the index_state to opaque token by Kevin Willford · 5 years ago
  37. 679f2f9 unpack-trees: skip stat on fsmonitor-valid files by Utsav Shah · 5 years ago
  38. 61eea52 fsmonitor: do not compare bitmap size with size of split index by Junio C Hamano · 5 years ago
  39. 3444ec2 fsmonitor: don't fill bitmap with entries to be removed by William Baker · 5 years ago
  40. ceca455 Merge branch 'cb/fsmonitor-intfix' by Junio C Hamano · 6 years ago
  41. 5d137fc fsmonitor: avoid signed integer overflow / infinite loop by Carlo Marcelo Arenas Belón · 6 years ago
  42. 398a3b0 fsmonitor: force a refresh after the index was discarded by Johannes Schindelin · 6 years ago
  43. 7c3d15f Merge branch 'jk/snprintf-truncation' by Junio C Hamano · 7 years ago
  44. 735e417 fsmonitor: use internal argv_array of struct child_process by René Scharfe · 7 years ago
  45. 7a79d7e Merge branch 'bp/fsmonitor-prime-index' by Junio C Hamano · 7 years ago
  46. beed7e2 Merge branch 'bp/fsmonitor-bufsize-fix' by Junio C Hamano · 7 years ago
  47. ca598d5 fsmonitor: force index write after full scan by Ben Peart · 7 years ago
  48. d8579ac fsmonitor: fix incorrect buffer size when printing version number by Ben Peart · 7 years ago
  49. 0cacebf dir.c: ignore paths containing .git when invalidating untracked cache by Nguyễn Thái Ngọc Duy · 7 years ago
  50. 3bd28eb fsmonitor: store fsmonitor bitmap before splitting index by Alex Vandiver · 7 years ago
  51. ba1b9ca fsmonitor: delay updating state until after split index is merged by Alex Vandiver · 7 years ago
  52. 11cf33b fsmonitor: set the PWD to the top of the working tree by Alex Vandiver · 7 years ago
  53. 883e248 fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. by Ben Peart · 7 years ago