We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45d0405 + 40f5b49 commit f877d10Copy full SHA for f877d10
3 files changed
GVFS/GVFS.Common/GVFSConstants.cs
@@ -13,6 +13,7 @@ public static partial class GVFSConstants
13
public const char GitCommentSign = '#';
14
15
public const string PrefetchPackPrefix = "prefetch";
16
+ public const string InProgressPrefetchMarkerExtension = ".incomplete";
17
18
public const string GVFSEtwProviderName = "Microsoft.Git.GVFS";
19
public const string WorkingDirectoryRootName = "src";
0 commit comments