We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c36e1 commit 54f5bfeCopy full SHA for 54f5bfe
1 file changed
GVFS/GVFS.Common/Git/GitObjects.cs
@@ -406,7 +406,6 @@ public virtual GitProcess.Result IndexPackFile(string packfilePath, GitProcess g
406
gitProcess = new GitProcess(this.Enlistment);
407
}
408
409
-
410
GitProcess.Result result = gitProcess.IndexPack(packfilePath, tempIdxPath);
411
if (result.ExitCodeIsFailure)
412
{
0 commit comments