diff options
author | Kevin Willford <Kevin.Willford@microsoft.com> | 2020-01-07 19:04:28 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-13 14:58:43 -0800 |
commit | 56c6910028a0468761b0cd9ee5c0946ce637b586 (patch) | |
tree | 3bc5ae7f7340a5fc87e7492c54282ccd2efe0bb8 /t/t7500-commit-template-squash-signoff.sh | |
parent | Git 2.25 (diff) | |
download | tgif-56c6910028a0468761b0cd9ee5c0946ce637b586.tar.xz |
fsmonitor: change last update timestamp on the index_state to opaque token
Some file system monitors might not use or take a timestamp for processing
and in the case of watchman could have race conditions with using a
timestamp. Watchman uses something called a clockid that is used for race
free queries to it. The clockid for watchman is simply a string.
Change the fsmonitor_last_update from being a uint64_t to a char pointer
so that any arbitrary data can be stored in it and passed back to the
fsmonitor.
Signed-off-by: Kevin Willford <Kevin.Willford@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7500-commit-template-squash-signoff.sh')
0 files changed, 0 insertions, 0 deletions