diff options
| author | 2026-03-06 11:58:32 +0800 | |
|---|---|---|
| committer | 2026-03-06 11:58:32 +0800 | |
| commit | b86ffee2ff1b2202f65623242a3c58fdd37ea7c8 (patch) | |
| tree | 3cd5df99a678094850377da84325d7a33ade345a | |
| parent | format/commitgraph: Split into ./read and ./ (diff) | |
| signature | No signature | |
format/commitgraph: Add package-level doc comments
| -rw-r--r-- | format/commitgraph/doc.go | 2 | ||||
| -rw-r--r-- | format/commitgraph/read/doc.go | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/format/commitgraph/doc.go b/format/commitgraph/doc.go new file mode 100644 index 00000000..abf5f3d3 --- /dev/null +++ b/format/commitgraph/doc.go @@ -0,0 +1,2 @@ +// Package commitgraph provides constants and common utilities for handling commit graphs. +package commitgraph diff --git a/format/commitgraph/read/doc.go b/format/commitgraph/read/doc.go new file mode 100644 index 00000000..573ddc19 --- /dev/null +++ b/format/commitgraph/read/doc.go @@ -0,0 +1,2 @@ +// Package read provides routines for reading commit graphs. +package read |
