summaryrefslogtreecommitdiffstats
path: root/modules/git/signature_gogit.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/signature_gogit.go')
-rw-r--r--modules/git/signature_gogit.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/git/signature_gogit.go b/modules/git/signature_gogit.go
index fe81cd97df..6f1c98420d 100644
--- a/modules/git/signature_gogit.go
+++ b/modules/git/signature_gogit.go
@@ -19,8 +19,10 @@ import (
type Signature = object.Signature
// Helper to get a signature from the commit line, which looks like these:
-// author Patrick Gundlach <gundlach@speedata.de> 1378823654 +0200
-// author Patrick Gundlach <gundlach@speedata.de> Thu, 07 Apr 2005 22:13:13 +0200
+//
+// author Patrick Gundlach <gundlach@speedata.de> 1378823654 +0200
+// author Patrick Gundlach <gundlach@speedata.de> Thu, 07 Apr 2005 22:13:13 +0200
+//
// but without the "author " at the beginning (this method should)
// be used for author and committer.
//