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_tree.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the internal serialize function a method instead
Runxi Yu
2025-11-17
1
-4
/
+4
*
Add a little bit more of documentation
Runxi Yu
2025-11-16
1
-1
/
+6
*
Use actual git for tests and enhance Head
Runxi Yu
2025-11-16
1
-2
/
+18
*
EntryRecursive should return ErrNotFound instead of nil, nil
Runxi Yu
2025-11-16
1
-3
/
+2
*
Fix some docs and API types
Runxi Yu
2025-11-16
1
-3
/
+3
*
Documentation overhaul
Runxi Yu
2025-11-16
1
-2
/
+42
*
Separate stored object types from types that the user is expected to construct.
Runxi Yu
2025-11-16
1
-5
/
+17
*
Rename ObjType enum
Runxi Yu
2025-11-16
1
-2
/
+2
*
Unexport Repository.HashSize
Runxi Yu
2025-11-16
1
-4
/
+4
*
Make ObjectType look like a pointer-receiver in the docs
Runxi Yu
2025-11-16
1
-1
/
+2
*
Rename ObjType -> ObjectType
Runxi Yu
2025-11-16
1
-2
/
+2
*
Make the API more consistent
Runxi Yu
2025-11-16
1
-6
/
+6
*
hash: Make fewer helper functions need explicit hash length fields
Runxi Yu
2025-11-16
1
-9
/
+10
*
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
-19
/
+17
*
hash: Generic hash-algorithm API
Runxi Yu
2025-11-16
1
-17
/
+19
*
Support multiple hash sizes in one build
Runxi Yu
2025-11-16
1
-9
/
+9
*
Remove unnecessary blank line in struct fields
Runxi Yu
2025-11-15
1
-2
/
+1
*
Include hashes in object structs
Runxi Yu
2025-11-15
1
-3
/
+3
*
tree: Add Entry method (binary search over entries to get hash)
Runxi Yu
2025-11-15
1
-0
/
+17
*
Initial commit
Runxi Yu
2025-11-13
1
-0
/
+110