Age | Commit message (Expand) | Author | Files | Lines |
2021-03-19 | Merge branch 'jh/fsmonitor-prework' | Junio C Hamano | 1 | -3/+3 |
2021-03-17 | fsmonitor: avoid global-buffer-overflow READ when checking trivial response | Andrzej Hunt | 1 | -3/+3 |
2021-03-01 | Merge branch 'jh/fsmonitor-prework' | Junio C Hamano | 1 | -11/+96 |
2021-02-16 | fsmonitor: refactor initialization of fsmonitor_last_update token | Jeff Hostetler | 1 | -3/+32 |
2021-02-16 | fsmonitor: allow all entries for a folder to be invalidated | Kevin Willford | 1 | -5/+26 |
2021-02-16 | fsmonitor: log FSMN token when reading and writing the index | Jeff Hostetler | 1 | -2/+10 |
2021-02-16 | fsmonitor: log invocation of FSMonitor hook to trace2 | Jeff Hostetler | 1 | -1/+28 |
2021-01-23 | fsmonitor: de-duplicate BUG()s around dirty bits | Derrick Stolee | 1 | -14/+13 |
2020-08-10 | Merge branch 'jk/strvec' | Junio C Hamano | 1 | -3/+3 |
2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -3/+3 |
2020-07-28 | Remove doubled words in various comments | Elijah Newren | 1 | -1/+1 |
2020-01-13 | fsmonitor: handle version 2 of the hooks that will use opaque token | Kevin Willford | 1 | -11/+64 |
2020-01-13 | fsmonitor: change last update timestamp on the index_state to opaque token | Kevin Willford | 1 | -17/+32 |
2019-11-21 | unpack-trees: skip stat on fsmonitor-valid files | Utsav Shah | 1 | -6/+17 |
2019-11-13 | fsmonitor: do not compare bitmap size with size of split index | Junio C Hamano | 1 | -2/+4 |
2019-10-12 | fsmonitor: don't fill bitmap with entries to be removed | William Baker | 1 | -5/+24 |
2019-07-09 | Merge branch 'cb/fsmonitor-intfix' | Junio C Hamano | 1 | -4/+4 |
2019-06-17 | fsmonitor: avoid signed integer overflow / infinite loop | Carlo Marcelo Arenas Belón | 1 | -4/+4 |
2019-05-08 | fsmonitor: force a refresh after the index was discarded | Johannes Schindelin | 1 | -3/+2 |
2018-05-30 | Merge branch 'jk/snprintf-truncation' | Junio C Hamano | 1 | -10/+4 |
2018-05-21 | fsmonitor: use internal argv_array of struct child_process | René Scharfe | 1 | -10/+4 |
2018-04-25 | Merge branch 'bp/fsmonitor-prime-index' | Junio C Hamano | 1 | -0/+3 |
2018-04-25 | Merge branch 'bp/fsmonitor-bufsize-fix' | Junio C Hamano | 1 | -1/+1 |
2018-04-11 | fsmonitor: force index write after full scan | Ben Peart | 1 | -0/+3 |
2018-04-11 | fsmonitor: fix incorrect buffer size when printing version number | Ben Peart | 1 | -1/+1 |
2018-02-07 | dir.c: ignore paths containing .git when invalidating untracked cache | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-11-10 | fsmonitor: store fsmonitor bitmap before splitting index | Alex Vandiver | 1 | -8/+12 |
2017-11-01 | fsmonitor: delay updating state until after split index is merged | Alex Vandiver | 1 | -16/+24 |
2017-10-30 | fsmonitor: set the PWD to the top of the working tree | Alex Vandiver | 1 | -0/+1 |
2017-10-01 | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 1 | -0/+253 |