summaryrefslogtreecommitdiffstats
path: root/fsmonitor.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'jh/fsmonitor-prework'Junio C Hamano2021-03-19-3/+3
|\
| * fsmonitor: avoid global-buffer-overflow READ when checking trivial responseAndrzej Hunt2021-03-17-3/+3
* | Merge branch 'jh/fsmonitor-prework'Junio C Hamano2021-03-01-11/+96
|\|
| * fsmonitor: refactor initialization of fsmonitor_last_update tokenJeff Hostetler2021-02-16-3/+32
| * fsmonitor: allow all entries for a folder to be invalidatedKevin Willford2021-02-16-5/+26
| * fsmonitor: log FSMN token when reading and writing the indexJeff Hostetler2021-02-16-2/+10
| * fsmonitor: log invocation of FSMonitor hook to trace2Jeff Hostetler2021-02-16-1/+28
* | fsmonitor: de-duplicate BUG()s around dirty bitsDerrick Stolee2021-01-23-14/+13
|/
* Merge branch 'jk/strvec'Junio C Hamano2020-08-10-3/+3
|\
| * strvec: convert more callers away from argv_array nameJeff King2020-07-28-3/+3
* | Remove doubled words in various commentsElijah Newren2020-07-28-1/+1
|/
* fsmonitor: handle version 2 of the hooks that will use opaque tokenKevin Willford2020-01-13-11/+64
* fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford2020-01-13-17/+32
* unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah2019-11-21-6/+17
* fsmonitor: do not compare bitmap size with size of split indexJunio C Hamano2019-11-13-2/+4
* fsmonitor: don't fill bitmap with entries to be removedWilliam Baker2019-10-12-5/+24
* Merge branch 'cb/fsmonitor-intfix'Junio C Hamano2019-07-09-4/+4
|\
| * fsmonitor: avoid signed integer overflow / infinite loopCarlo Marcelo Arenas Belón2019-06-17-4/+4
* | fsmonitor: force a refresh after the index was discardedJohannes Schindelin2019-05-08-3/+2
|/
* Merge branch 'jk/snprintf-truncation'Junio C Hamano2018-05-30-10/+4
|\
| * fsmonitor: use internal argv_array of struct child_processRené Scharfe2018-05-21-10/+4
* | Merge branch 'bp/fsmonitor-prime-index'Junio C Hamano2018-04-25-0/+3
|\ \
| * | fsmonitor: force index write after full scanBen Peart2018-04-11-0/+3
| |/
* | Merge branch 'bp/fsmonitor-bufsize-fix'Junio C Hamano2018-04-25-1/+1
|\ \ | |/ |/|
| * fsmonitor: fix incorrect buffer size when printing version numberBen Peart2018-04-11-1/+1
* | dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy2018-02-07-1/+1
* | fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver2017-11-10-8/+12
* | fsmonitor: delay updating state until after split index is mergedAlex Vandiver2017-11-01-16/+24
* | fsmonitor: set the PWD to the top of the working treeAlex Vandiver2017-10-30-0/+1
|/
* fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01-0/+253