Skip to content

Commit 4bc327d

Browse files
authored
Merge pull request #1877 from tyrielv/async-prefetch-feedback
Minor changes to asynchronous prefetch workflow: * Use the current executable's location instead of relying on environment to find it. * Launch the process minimized instead of hidden.
2 parents 864de47 + 6e7c9aa commit 4bc327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GVFS/GVFS/CommandLine/CloneVerb.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public override void Execute()
254254
arguments: "prefetch --commits")
255255
{
256256
UseShellExecute = true,
257-
WindowStyle = ProcessWindowStyle.Hidden,
257+
WindowStyle = ProcessWindowStyle.Minimized,
258258
WorkingDirectory = enlistment.EnlistmentRoot
259259
});
260260
this.Output.WriteLine("\r\nPrefetch of commit graph has been started as a background process. Git operations involving history may be slower until prefetch has completed.\r\n");

0 commit comments

Comments
 (0)