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
/
refs.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
refs: ResolveRefFully should return a Ref rather than a Hash
v0.1.0
Runxi Yu
2026-01-25
1
-7
/
+7
*
repo: Drop hashSize and use hashAlgo.size()
Runxi Yu
2026-01-17
1
-2
/
+2
*
refs: Clarify how annotated tags are not peeled
Runxi Yu
2025-11-25
1
-1
/
+1
*
refs: Merge NamedRef into Ref; add Short
Runxi Yu
2025-11-25
1
-28
/
+125
*
refs: Rename ListRef to NamedRef
Runxi Yu
2025-11-25
1
-6
/
+6
*
refs: Fix blank line in comment
Runxi Yu
2025-11-25
1
-1
/
+1
*
refs: Rename ShowRefs -> ListRefs
Runxi Yu
2025-11-25
1
-7
/
+7
*
refs: Add ShowRefs
Runxi Yu
2025-11-25
1
-0
/
+148
*
refs: Support resolving hashes as refs
Runxi Yu
2025-11-20
1
-0
/
+8
*
refs: ResolveRef and ResolveRefFully, no HEAD split
Runxi Yu
2025-11-20
1
-57
/
+156
*
refs: resolvePackedRef shall return ErrNotFound when not finding refs
Runxi Yu
2025-11-17
1
-2
/
+2
*
Use actual git for tests and enhance Head
Runxi Yu
2025-11-16
1
-12
/
+36
*
Documentation overhaul
Runxi Yu
2025-11-16
1
-1
/
+2
*
Unexport Repository.HashSize
Runxi Yu
2025-11-16
1
-1
/
+1
*
hash: Make fewer helper functions need explicit hash length fields
Runxi Yu
2025-11-16
1
-2
/
+2
*
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
-17
/
+16
*
hash: Generic hash-algorithm API
Runxi Yu
2025-11-16
1
-16
/
+17
*
Support multiple hash sizes in one build
Runxi Yu
2025-11-16
1
-3
/
+3
*
Initial commit
Runxi Yu
2025-11-13
1
-0
/
+94