aboutsummaryrefslogtreecommitdiff
path: root/commitquery/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'commitquery/errors.go')
-rw-r--r--commitquery/errors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commitquery/errors.go b/commitquery/errors.go
index e99011d0..0006c86b 100644
--- a/commitquery/errors.go
+++ b/commitquery/errors.go
@@ -2,4 +2,5 @@ package commitquery
import "errors"
+// errBadGenerationOrder reports an invalid priority-queue ordering.
var errBadGenerationOrder = errors.New("commitquery: priority queue violated generation ordering")