summaryrefslogtreecommitdiff
path: root/fsmonitor.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-10Merge branch 'jk/strvec'Libravatar Junio C Hamano1-3/+3
2020-07-28strvec: convert more callers away from argv_array nameLibravatar Jeff King1-3/+3
2020-07-28Remove doubled words in various commentsLibravatar Elijah Newren1-1/+1
2020-01-13fsmonitor: handle version 2 of the hooks that will use opaque tokenLibravatar Kevin Willford1-11/+64
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenLibravatar Kevin Willford1-17/+32
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesLibravatar Utsav Shah1-6/+17
2019-11-13fsmonitor: do not compare bitmap size with size of split indexLibravatar Junio C Hamano1-2/+4
2019-10-12fsmonitor: don't fill bitmap with entries to be removedLibravatar William Baker1-5/+24
2019-07-09Merge branch 'cb/fsmonitor-intfix'Libravatar Junio C Hamano1-4/+4
2019-06-17fsmonitor: avoid signed integer overflow / infinite loopLibravatar Carlo Marcelo Arenas Belón1-4/+4
2019-05-08fsmonitor: force a refresh after the index was discardedLibravatar Johannes Schindelin1-3/+2
2018-05-30Merge branch 'jk/snprintf-truncation'Libravatar Junio C Hamano1-10/+4
2018-05-21fsmonitor: use internal argv_array of struct child_processLibravatar René Scharfe1-10/+4
2018-04-25Merge branch 'bp/fsmonitor-prime-index'Libravatar Junio C Hamano1-0/+3
2018-04-25Merge branch 'bp/fsmonitor-bufsize-fix'Libravatar Junio C Hamano1-1/+1
2018-04-11fsmonitor: force index write after full scanLibravatar Ben Peart1-0/+3
2018-04-11fsmonitor: fix incorrect buffer size when printing version numberLibravatar Ben Peart1-1/+1
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-11-10fsmonitor: store fsmonitor bitmap before splitting indexLibravatar Alex Vandiver1-8/+12
2017-11-01fsmonitor: delay updating state until after split index is mergedLibravatar Alex Vandiver1-16/+24
2017-10-30fsmonitor: set the PWD to the top of the working treeLibravatar Alex Vandiver1-0/+1
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Libravatar Ben Peart1-0/+253