From f265c5585ea25a13cc3c5dde1cad7eb3a2ce6d9a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 09:59:30 +0000 Subject: commitquery: Update docs --- commitquery/context.go | 1 - commitquery/doc.go | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 commitquery/doc.go (limited to 'commitquery') diff --git a/commitquery/context.go b/commitquery/context.go index 92705182..465f05c1 100644 --- a/commitquery/context.go +++ b/commitquery/context.go @@ -1,4 +1,3 @@ -// Package commitquery answers commit ancestry and merge-base queries. package commitquery import ( diff --git a/commitquery/doc.go b/commitquery/doc.go new file mode 100644 index 00000000..269512df --- /dev/null +++ b/commitquery/doc.go @@ -0,0 +1,6 @@ +// Package commitquery provides commit ancestry and merge-base queries +// over object storage. +// +// It uses commit-ish object IDs, peeling annotated tags when needed, +// and can use an optional commit-graph reader for performance. +package commitquery -- cgit v1.3.1-10-gc9f91