summaryrefslogtreecommitdiffstats
path: root/fsmonitor.c
AgeCommit message (Expand)AuthorLines
2020-08-10Merge branch 'jk/strvec'Junio C Hamano-3/+3
2020-07-28strvec: convert more callers away from argv_array nameJeff King-3/+3
2020-07-28Remove doubled words in various commentsElijah Newren-1/+1
2020-01-13fsmonitor: handle version 2 of the hooks that will use opaque tokenKevin Willford-11/+64
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford-17/+32
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah-6/+17
2019-11-13fsmonitor: do not compare bitmap size with size of split indexJunio C Hamano-2/+4
2019-10-12fsmonitor: don't fill bitmap with entries to be removedWilliam Baker-5/+24
2019-07-09Merge branch 'cb/fsmonitor-intfix'Junio C Hamano-4/+4
2019-06-17fsmonitor: avoid signed integer overflow / infinite loopCarlo Marcelo Arenas Belón-4/+4
2019-05-08fsmonitor: force a refresh after the index was discardedJohannes Schindelin-3/+2
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano-10/+4
2018-05-21fsmonitor: use internal argv_array of struct child_processRené Scharfe-10/+4
2018-04-25Merge branch 'bp/fsmonitor-prime-index'Junio C Hamano-0/+3
2018-04-25Merge branch 'bp/fsmonitor-bufsize-fix'Junio C Hamano-1/+1
2018-04-11fsmonitor: force index write after full scanBen Peart-0/+3
2018-04-11fsmonitor: fix incorrect buffer size when printing version numberBen Peart-1/+1
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy-1/+1
2017-11-10fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver-8/+12
2017-11-01fsmonitor: delay updating state until after split index is mergedAlex Vandiver-16/+24
2017-10-30fsmonitor: set the PWD to the top of the working treeAlex Vandiver-0/+1
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart-0/+253