summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 18:13:11 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2021-02-01 18:16:51 -0700
commit88017a8d5ca3739cf0216848f53d1e653bf63aaa (patch)
tree0eb27e1522d319458cc304cabe19cec27a4b6d73
parent4ff0403e82e7de5e7840d487efce54626e4e24fa (diff)
Bring up to git.git commit d42a2fb72f8cbe6efd60a4f90c8e9ec1c888c3a7
-rw-r--r--cmd.go2
-rw-r--r--types.go6
2 files changed, 4 insertions, 4 deletions
diff --git a/cmd.go b/cmd.go
index e4aa43e..73ea14c 100644
--- a/cmd.go
+++ b/cmd.go
@@ -27,7 +27,7 @@
// A program can read commands from a frontend by wrapping the
// appropriate io.Reader with a Frontend object.
//
-// This is up-to-date with full syntax supported by git v2.24.0.
+// This is up-to-date with full syntax supported by git v2.30.0.
package libfastimport
type fiReader interface {
diff --git a/types.go b/types.go
index 2edaad8..f3b7eed 100644
--- a/types.go
+++ b/types.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2018, 2020 Luke Shumaker <lukeshu@lukeshu.com>
+// Copyright (C) 2017-2018, 2020-2021 Luke Shumaker <lukeshu@lukeshu.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
@@ -27,8 +27,8 @@ import (
// Ident is a tuple of a commiter's (or author's) name, email, and a
// timestamp with timezone.
//
-// BUG(lukeshu): Ident (and ParseIdent) only supports the "raw" date
-// format (not "rfc2822" or "now")
+// BUG(lukeshu): Ident (and ParseIdent) only supports the
+// "raw"/"raw-permissive" date format (not "rfc2822" or "now")
type Ident struct {
Name string
Email string