From d65325f1298bc456824dc68e5d34a4ac0d686e42 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 12 Dec 2025 20:28:15 +0100 Subject: Use bulk reads and more intrinsics --- LibGitTest/Test1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibGitTest/Test1.cs') diff --git a/LibGitTest/Test1.cs b/LibGitTest/Test1.cs index ebd6f7e..71de9df 100644 --- a/LibGitTest/Test1.cs +++ b/LibGitTest/Test1.cs @@ -8,7 +8,7 @@ public class Test1 public static async Task Run() { Console.WriteLine("Test1 running"); - var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/matrix/MatrixRoomUtils.git")); + var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/spacebar/server-master/.git")); // var repo = new GitRepo(new WebRepoSource("https://git.rory.gay/MatrixRoomUtils.git/")); var commit = await repo.GetCommit("HEAD"); -- cgit 1.5.1