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
Commit message (
Expand
)
Author
Age
Files
Lines
*
internal/bufpool: Split files
Runxi Yu
2026-03-06
15
-214
/
+227
*
diff/lines: Split files
Runxi Yu
2026-03-06
2
-19
/
+20
*
format/pack/ingest: Split files
Runxi Yu
2026-03-06
30
-1067
/
+1196
*
reachability: Split walk files
Runxi Yu
2026-03-06
9
-299
/
+342
*
format/commitgraph: Split layer files
Runxi Yu
2026-03-06
7
-209
/
+238
*
config: Split files
Runxi Yu
2026-03-06
12
-576
/
+615
*
objecttype: Split files
Runxi Yu
2026-03-06
2
-41
/
+42
*
ref: Split files
Runxi Yu
2026-03-06
3
-34
/
+36
*
README: Update todo list
v0.1.57
Runxi Yu
2026-03-06
1
-2
/
+3
*
reachability, internal/testgit: Fix lints
v0.1.56
Runxi Yu
2026-03-06
3
-42
/
+44
*
reachability: Use commit-graph
•••
Might need to reconsider this sometime.
Runxi Yu
2026-03-06
2
-0
/
+185
*
format/commitgraph: Add initial commit-graph support
Runxi Yu
2026-03-06
89
-39
/
+1975
*
internal/intconv: Add Uint32ToUint8
Runxi Yu
2026-03-06
1
-0
/
+9
*
format/pack/ingest: Actually we could just use algo.String() here
Runxi Yu
2026-03-06
1
-12
/
+1
*
internal/lru: Split
Runxi Yu
2026-03-06
12
-187
/
+202
*
format/commitgraph/bloom: Add commit-graph bloom filters
Runxi Yu
2026-03-06
9
-0
/
+329
*
README: Learning from git, got, and git9
Runxi Yu
2026-03-06
1
-0
/
+3
*
README: Software reproduction language
Runxi Yu
2026-03-06
1
-11
/
+10
*
objectstored: Split
Runxi Yu
2026-03-06
6
-117
/
+142
*
repository: Refactor
v0.1.55
Runxi Yu
2026-03-06
12
-246
/
+127
*
refstore/loose: Fix package-level comment
v0.1.54
Runxi Yu
2026-03-06
1
-1
/
+1
*
*: Add some more package-level docs
v0.1.53
Runxi Yu
2026-03-06
5
-1
/
+7
*
repository: Remove write_loose functions
v0.1.52
Runxi Yu
2026-03-06
2
-50
/
+7
*
repository: Remove refs passthrough functions
Runxi Yu
2026-03-06
4
-233
/
+2
*
repository: Delete passthrough convenience functions
v0.1.51
Runxi Yu
2026-03-06
4
-170
/
+3
*
README: Reorder tasks
Runxi Yu
2026-03-05
1
-3
/
+3
*
README: Update progress
v0.1.50
Runxi Yu
2026-03-05
1
-3
/
+3
*
format/pack/ingest: Fix minLen/min lint
v0.1.49
Runxi Yu
2026-03-05
1
-6
/
+6
*
*: I guess os.Root is alright for tests too *shrug*
Runxi Yu
2026-03-05
2
-18
/
+63
*
internal/compress/zlib: Fix testpkg
Runxi Yu
2026-03-05
2
-22
/
+26
*
*: Fix various lints
Runxi Yu
2026-03-05
5
-58
/
+72
*
*: Fix wsl_v5 again
Runxi Yu
2026-03-05
6
-0
/
+11
*
format/pack/ingest: Fix exhaustive
Runxi Yu
2026-03-05
3
-1
/
+18
*
*: Prettify
Runxi Yu
2026-03-05
16
-75
/
+234
*
internal/compress/zlib: Check errors properly and prettify
Runxi Yu
2026-03-05
2
-9
/
+45
*
*: Fix overflows
Runxi Yu
2026-03-05
9
-22
/
+165
*
objectid, format/pack/ingest: Pack hash ID in algo
Runxi Yu
2026-03-05
2
-23
/
+19
*
*: Fix lints
Runxi Yu
2026-03-05
11
-58
/
+126
*
*: Fix lint wsl_v5
Runxi Yu
2026-03-05
14
-0
/
+164
*
lint: Exclude compress/{flate,internal}
Runxi Yu
2026-03-05
1
-0
/
+5
*
format/pack/ingest: Use fixed fixtures
Runxi Yu
2026-03-05
9
-88
/
+84
*
format/pack/ingest: Improve trailer stuff
Runxi Yu
2026-03-05
5
-163
/
+215
*
format/pack/ingest: Temporary file purging
Runxi Yu
2026-03-05
1
-7
/
+18
*
format/pack/ingest: That was silly, obviously just use the ObjectID
Runxi Yu
2026-03-05
4
-12
/
+13
*
format/pack/ingest: Optimize writes
Runxi Yu
2026-03-05
2
-4
/
+21
*
go.mod: Remove klauspost/compress dep
Runxi Yu
2026-03-05
2
-6
/
+1
*
format/pack/ingest: Init
Runxi Yu
2026-03-05
19
-0
/
+2235
*
internal/compress/zlib: Use flate's compression consumed counter
Runxi Yu
2026-03-05
2
-33
/
+25
*
internal/compress/flate: Add InputConsumed
Runxi Yu
2026-03-05
1
-0
/
+13
*
internal/compress: Import flate and such from klauspost/compress
Runxi Yu
2026-03-05
146
-13
/
+22039
[next]