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
/
obj.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
obj, loose: Add Object.Serialize() interface
Runxi Yu
2026-01-29
1
-0
/
+3
*
obj: Add ReadObjectTypeRaw
Runxi Yu
2025-11-22
1
-0
/
+26
*
obj: Return ErrNotFound, not ErrInvalidObject, when not found in packs
Runxi Yu
2025-11-22
1
-1
/
+1
*
obj: call parseObjectBody in ReadObject instead of loose/pack readers
Runxi Yu
2025-11-22
1
-4
/
+11
*
Add a little bit more of documentation
Runxi Yu
2025-11-16
1
-0
/
+2
*
Fix some docs and API types
Runxi Yu
2025-11-16
1
-1
/
+1
*
Documentation overhaul
Runxi Yu
2025-11-16
1
-10
/
+22
*
Separate stored object types from types that the user is expected to construct.
Runxi Yu
2025-11-16
1
-1
/
+7
*
Rename ObjType enum
Runxi Yu
2025-11-16
1
-29
/
+29
*
Rename ObjType -> ObjectType
Runxi Yu
2025-11-16
1
-14
/
+14
*
hash: Make fewer helper functions need explicit hash length fields
Runxi Yu
2025-11-16
1
-24
/
+4
*
Revert "hash: Generic hash-algorithm API"
•••
This reverts commit 94bfb1fa147f80e6ec39009d41fc2f853925e0a5. Generics actually kinda suck for these purposes... once you look at it from the user's perspective.
Runxi Yu
2025-11-16
1
-12
/
+17
*
hash: Generic hash-algorithm API
Runxi Yu
2025-11-16
1
-17
/
+12
*
Support multiple hash sizes in one build
Runxi Yu
2025-11-16
1
-13
/
+11
*
Include hashes in object structs
Runxi Yu
2025-11-15
1
-4
/
+0
*
Read types and sizes without inflating entire object
Runxi Yu
2025-11-14
1
-0
/
+19
*
Initial commit
Runxi Yu
2025-11-13
1
-0
/
+119