diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 10:13:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 10:13:50 +0800 |
commit | 1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95 (patch) | |
tree | fe8641dacb28b8223b989d6385504e153cbd6d64 /forged/internal/git2c/client.go | |
parent | Add the Apache license (diff) | |
download | forge-1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95.tar.gz forge-1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95.tar.zst forge-1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95.zip |
Import BARE
Diffstat (limited to '')
-rw-r--r-- | forged/internal/git2c/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forged/internal/git2c/client.go b/forged/internal/git2c/client.go index 82454d1..ed9390c 100644 --- a/forged/internal/git2c/client.go +++ b/forged/internal/git2c/client.go @@ -8,7 +8,7 @@ import ( "fmt" "net" - "git.sr.ht/~sircmpwn/go-bare" + "go.lindenii.runxiyu.org/forge/forged/internal/bare" ) // Client represents a connection to the git2d backend daemon. |