Skip to content

Commit f877d10

Browse files
authored
Merge pull request #1888 from tyrielv/tyrielv/partialprefetchprogress
Make ready pack files available during prefetch
2 parents 45d0405 + 40f5b49 commit f877d10

File tree

3 files changed

+178
-93
lines changed

3 files changed

+178
-93
lines changed

GVFS/GVFS.Common/GVFSConstants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public static partial class GVFSConstants
1313
public const char GitCommentSign = '#';
1414

1515
public const string PrefetchPackPrefix = "prefetch";
16+
public const string InProgressPrefetchMarkerExtension = ".incomplete";
1617

1718
public const string GVFSEtwProviderName = "Microsoft.Git.GVFS";
1819
public const string WorkingDirectoryRootName = "src";

0 commit comments

Comments
 (0)