diff options
| author | 2026-02-20 19:06:13 +0800 | |
|---|---|---|
| committer | 2026-02-20 19:07:14 +0800 | |
| commit | aa513c069c1418734aea894dc944e27c6a78a3bb (patch) | |
| tree | 687f0a11bb550fa088fd82a98ceb8979bbc35f69 /git.go | |
| parent | Comment on prior reverts removing the pack writing API (diff) | |
| signature | No signature | |
Delete everything, I'm redesigning this.
I'll stop using a flat package and make things much more modular.
And also experiment with streaming APIs so large blobs don't OOM us.
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git.go b/git.go deleted file mode 100644 index 3a0713f4..00000000 --- a/git.go +++ /dev/null @@ -1,2 +0,0 @@ -// Package furgit implements low-level Git operations. -package furgit |
