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
/
objectstore
Commit message (
Collapse
)
Author
Age
Files
Lines
*
objectstore/loose, repository: Use a Reader-based API
v0.1.22
Runxi Yu
2026-02-21
4
-161
/
+97
|
*
objectstore/packed: Fix ReadHeader to return resolved delta object size
v0.1.21
Runxi Yu
2026-02-21
1
-2
/
+70
|
*
objectstore/packed: Add test for mismatched verify-pick -v size
Runxi Yu
2026-02-21
1
-0
/
+78
|
*
repository, {ref,object}store: Make stores own their roots
Runxi Yu
2026-02-21
2
-10
/
+10
|
*
*: Modernize and lint; add CI
v0.1.17
Runxi Yu
2026-02-21
10
-61
/
+104
|
*
*: Update doc-comments
v0.1.13
Runxi Yu
2026-02-21
4
-4
/
+5
|
*
*: Use testgit.NewRepo
Runxi Yu
2026-02-21
4
-30
/
+30
|
*
objectstore/packed: Add initial pack reading support
Runxi Yu
2026-02-21
16
-0
/
+1427
|
*
objectstore/loose: Move test helpers to their own file
Runxi Yu
2026-02-21
2
-53
/
+63
|
*
objectstore/loose: Add streaming writer
Runxi Yu
2026-02-21
3
-125
/
+411
|
*
objectstore/loose: Add loose writer in bytes
Runxi Yu
2026-02-21
2
-0
/
+216
|
*
objectstore/loose: Rename loose_test to read_test
Runxi Yu
2026-02-21
1
-0
/
+0
|
*
objectstore/loose: Use filepath instead of path when joining OS paths
Runxi Yu
2026-02-21
1
-2
/
+2
|
*
objectstore/loose: We should receive the objects directory, not repo root
Runxi Yu
2026-02-21
3
-8
/
+11
|
*
objectstore/loose: Add testing
Runxi Yu
2026-02-21
1
-0
/
+199
|
*
objectstore/loose: We don't need this nil check either, I think
Runxi Yu
2026-02-21
1
-4
/
+0
|
*
objectstore/loose: Simplify ReadBytes* with a helper
Runxi Yu
2026-02-21
1
-10
/
+18
|
*
objectstore/loose: Remove redundant length check
Runxi Yu
2026-02-21
1
-3
/
+0
|
*
objectstore/loose: Verify the length where possible.
Runxi Yu
2026-02-21
2
-4
/
+15
|
*
objectstore: Clarify the hash contract in ReadBytesFull
Runxi Yu
2026-02-21
1
-1
/
+4
|
*
objectstore/loose: Add loose backend
Runxi Yu
2026-02-21
6
-0
/
+269
|
*
objectstore: ReadReaderContent should have an advisory declared length
Runxi Yu
2026-02-21
2
-8
/
+9
|
*
objectstore: Rename ObjectStore to Store
Runxi Yu
2026-02-21
2
-5
/
+5
|
*
objectstore: Rename from objectdb
Runxi Yu
2026-02-21
2
-0
/
+161