We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 133c5d3 + 99a689c commit 455b6c1Copy full SHA for 455b6c1
1 file changed
GVFS/GVFS.Common/Git/GitObjects.cs
@@ -210,6 +210,7 @@ public virtual bool TryDownloadPrefetchPacks(GitProcess gitProcess, long latestT
210
{ "Success", result.Succeeded },
211
{ "Attempts", result.Attempts },
212
{ "BytesDownloaded", bytesDownloaded },
213
+ { "LatestPrefetchPackTimestamp", latestTimestamp },
214
});
215
216
return result.Succeeded;
0 commit comments