summary refs log tree commit diff
path: root/LibGitTest/Test3.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-12 20:28:15 +0100
committerRory& <root@rory.gay>2025-12-12 20:28:15 +0100
commitd65325f1298bc456824dc68e5d34a4ac0d686e42 (patch)
tree6d7445236bf34c1c2b380bae511e227a6fefb2bc /LibGitTest/Test3.cs
parentread indexes and packs correctly (diff)
downloadGitTools-d65325f1298bc456824dc68e5d34a4ac0d686e42.tar.xz
Use bulk reads and more intrinsics HEAD master
Diffstat (limited to 'LibGitTest/Test3.cs')
-rw-r--r--LibGitTest/Test3.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGitTest/Test3.cs b/LibGitTest/Test3.cs

index 24d6986..fee7230 100644 --- a/LibGitTest/Test3.cs +++ b/LibGitTest/Test3.cs
@@ -7,7 +7,7 @@ public class Test3 public static async Task Run() { Console.WriteLine("Test3 running"); - var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/spacebar/server-master/.git")); + var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/nixpkgs-Draupnir/.git")); var packs = repo.GetPacks().GetAsyncEnumerator(); int count = 0; while(await packs.MoveNextAsync())