Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion GVFS/GVFS.Hooks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ private static bool ShouldLock(string[] args)
case "merge-base":
case "multi-pack-index":
case "name-rev":
case "pack-objects":
case "push":
case "remote":
case "rev-list":
Expand All @@ -362,7 +363,7 @@ private static bool ShouldLock(string[] args)
return false;

/*
* There are several git commands that are "unsupoorted" in virtualized (VFS4G)
* There are several git commands that are "unsupported" in virtualized (VFS4G)
* enlistments that are blocked by git. Usually, these are blocked before they acquire
* a GVFSLock, but the submodule command is different, and is blocked after acquiring the
* GVFS lock. This can cause issues if another action is attempting to create placeholders.
Expand Down