From 431af32445562b389397f3ee7af90bf61455fff1 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 7 Feb 2017 15:23:57 +0100 Subject: package plumbing documentation improvements (#248) --- plumbing/revlist/revlist.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plumbing/revlist') diff --git a/plumbing/revlist/revlist.go b/plumbing/revlist/revlist.go index 57ae6d7..f1d66b4 100644 --- a/plumbing/revlist/revlist.go +++ b/plumbing/revlist/revlist.go @@ -1,5 +1,5 @@ -// Package revlist implements functions to walk the objects referenced by a -// commit history. Roughly equivalent to git-rev-list command. +// Package revlist provides support to access the ancestors of commits, in a +// similar way as the git-rev-list command. package revlist import ( -- cgit