]> git.ipfire.org Git - thirdparty/git.git/commit
update-index: add fsmonitor support to update-index
authorBen Peart <benpeart@microsoft.com>
Fri, 22 Sep 2017 16:35:43 +0000 (12:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Oct 2017 08:23:05 +0000 (17:23 +0900)
commit9d406cba45c871e1a777e43b37eade36ef091528
tree84a6ca8a3e794d89c4c7d02e789b0b3950215bdc
parentd8c71db866aa22f66351a5cd818fd9dc33aae59b
update-index: add fsmonitor support to update-index

Add support in update-index to manually add/remove the fsmonitor
extension via --[no-]fsmonitor flags.

Add support in update-index to manually set/clear the fsmonitor
valid bit via --[no-]fsmonitor-valid flags.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/update-index.c