index
:
~runxiyu
/
furgit.git
this commit
master
next
Git library in pure Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packfile
Commit message (
Expand
)
Author
Age
Files
Lines
*
format: Move commitgraph and packfile here
Runxi Yu
2026-03-26
57
-3467
/
+0
*
object: Split each object type into its own package
v0.1.108
Runxi Yu
2026-03-25
2
-2
/
+2
*
*: object/store -> object/storer
v0.1.107
Runxi Yu
2026-03-25
2
-4
/
+4
*
*: delta -> packfile/delta
Runxi Yu
2026-03-25
5
-2
/
+211
*
*: objectstore -> object/store
Runxi Yu
2026-03-25
2
-2
/
+2
*
*: objectid -> object/id
Runxi Yu
2026-03-25
11
-11
/
+11
*
*: objecttype, objectheader -> object/type, object/header
Runxi Yu
2026-03-25
15
-17
/
+17
*
packfile/ingest: Document lifecycle of pack ingest better
Runxi Yu
2026-03-22
2
-11
/
+12
*
packfile: Split to many files
Runxi Yu
2026-03-12
7
-97
/
+105
*
Revert "object/header: Rename from objectheader"
•••
This reverts commit 85f1212724e037e6934203f04a3f6231ac609503.
Runxi Yu
2026-03-10
2
-4
/
+4
*
object/header: Rename from objectheader
Runxi Yu
2026-03-10
2
-4
/
+4
*
packfile: Rename package to packfile
Runxi Yu
2026-03-10
3
-5
/
+5
*
*: format/pack -> packfile; format/delta -> delta; delete format
Runxi Yu
2026-03-10
50
-0
/
+3249