From 88017a8d5ca3739cf0216848f53d1e653bf63aaa Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Feb 2021 18:13:11 -0700 Subject: Bring up to git.git commit d42a2fb72f8cbe6efd60a4f90c8e9ec1c888c3a7 --- types.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'types.go') 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 +// Copyright (C) 2017-2018, 2020-2021 Luke Shumaker // // 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 -- cgit v1.2.3