diff options
| author | 2026-01-30 15:50:15 +0100 | |
|---|---|---|
| committer | 2026-01-30 15:50:15 +0100 | |
| commit | d65577ac3b55f3a52d1a507f3204a03df270b1ec (patch) | |
| tree | 2352e98067ff7f867527da6949d1f4afa984a623 /commitgraph_write.go | |
| parent | commitgraph: Add basic commit-graph implementation (diff) | |
| signature | No signature | |
commitgraph: Add write stub
Diffstat (limited to 'commitgraph_write.go')
| -rw-r--r-- | commitgraph_write.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/commitgraph_write.go b/commitgraph_write.go new file mode 100644 index 00000000..e997ee93 --- /dev/null +++ b/commitgraph_write.go @@ -0,0 +1,6 @@ +package furgit + +// tbh we implemented quite a lot of writing commit graphs in +// the tests for reading commit graphs, sometime i'll just extract +// them into here instead and make the tests for both use the proper +// routines. |
