* fix(#1720): .git watch only HEAD, config and index * fix(#1720): .git watch only FETCH_HEAD, HEAD, HEAD.lock, config, index
This commit is contained in:
committed by
GitHub
parent
7e892767bd
commit
bcb2a5a80d
@@ -77,7 +77,7 @@ function M.create_watcher(absolute_path)
|
||||
end
|
||||
|
||||
M.uid = M.uid + 1
|
||||
return Watcher:new(absolute_path, callback, {
|
||||
return Watcher:new(absolute_path, nil, callback, {
|
||||
context = "explorer:watch:" .. absolute_path .. ":" .. M.uid,
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user