Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2022-10-11fsmonitor: fix leak of warning messageJeff King
2022-10-05fsmonitor: check for compatability before communicating with fsmonitorEric DeCosta
2022-05-27fsmonitor: never set CE_FSMONITOR_VALID on submodulesJeff Hostetler
2022-05-27fsmonitor: optimize processing of directory eventsJeff Hostetler
2022-03-26fsmonitor: force update index after large responsesJeff Hostetler
2022-03-26fsmonitor: use IPC to query the builtin FSMonitor daemonJeff Hostetler
2022-03-26fsmonitor: config settings are repository-specificJeff Hostetler
2022-03-26fsmonitor: enhance existing comments, clarify trivial response handlingJeff Hostetler
2021-03-20Merge branch 'jh/fsmonitor-prework'Junio C Hamano
2021-03-17fsmonitor: avoid global-buffer-overflow READ when checking trivial responseAndrzej Hunt
2021-03-02Merge branch 'jh/fsmonitor-prework'Junio C Hamano
2021-02-17fsmonitor: refactor initialization of fsmonitor_last_update tokenJeff Hostetler
2021-02-17fsmonitor: allow all entries for a folder to be invalidatedKevin Willford
2021-02-17fsmonitor: log FSMN token when reading and writing the indexJeff Hostetler
2021-02-17fsmonitor: log invocation of FSMonitor hook to trace2Jeff Hostetler
2021-01-24fsmonitor: de-duplicate BUG()s around dirty bitsDerrick Stolee
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-07-29strvec: convert more callers away from argv_array nameJeff King
2020-07-29Remove doubled words in various commentsElijah Newren
2020-01-14fsmonitor: handle version 2 of the hooks that will use opaque tokenKevin Willford
2020-01-14fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah
2019-11-13fsmonitor: do not compare bitmap size with size of split indexJunio C Hamano
2019-10-12fsmonitor: don't fill bitmap with entries to be removedWilliam Baker
2019-07-10Merge branch 'cb/fsmonitor-intfix'Junio C Hamano
2019-06-18fsmonitor: avoid signed integer overflow / infinite loopCarlo Marcelo Arenas Belón
2019-05-08fsmonitor: force a refresh after the index was discardedJohannes Schindelin
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano
2018-05-21fsmonitor: use internal argv_array of struct child_processRené Scharfe
2018-04-25Merge branch 'bp/fsmonitor-prime-index'Junio C Hamano
2018-04-25Merge branch 'bp/fsmonitor-bufsize-fix'Junio C Hamano
2018-04-11fsmonitor: force index write after full scanBen Peart
2018-04-11fsmonitor: fix incorrect buffer size when printing version numberBen Peart
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy
2017-11-10fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver
2017-11-01fsmonitor: delay updating state until after split index is mergedAlex Vandiver
2017-10-30fsmonitor: set the PWD to the top of the working treeAlex Vandiver
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart