aboutsummaryrefslogtreecommitdiffstats
path: root/blame.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-02-16 17:21:00 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-02-16 17:21:00 +0100
commit86fa7617efcfb468837f58c9b530c4ef7cbcb460 (patch)
treef88b94436c3cab8fe9cf09ce2a07a8ecf3338ae3 /blame.go
parentaab1853ef013f54e8ad5074ecb0e64f31c61d2c7 (diff)
downloadgo-git-86fa7617efcfb468837f58c9b530c4ef7cbcb460.tar.gz
package documentation
Diffstat (limited to 'blame.go')
-rw-r--r--blame.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/blame.go b/blame.go
index 66224fe..fa25922 100644
--- a/blame.go
+++ b/blame.go
@@ -1,11 +1,3 @@
-// Package blame contains blaming functionality for files in the repo.
-//
-// Blaming a file is finding what commit was the last to modify each of
-// the lines in the file, therefore the output of a blaming operation is
-// usualy a slice of commits, one commit per line in the file.
-//
-// This package also provides a pretty print function to output the
-// results of a blame in a similar format to the git-blame command.
package git
import (