From fe97df5b5843862d8303cd92586065920e8639f6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 16 Nov 2017 17:08:02 -0500 Subject: s/UserTime/Ident/ --- commands.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands.go') diff --git a/commands.go b/commands.go index 5085ed8..7e7c4f3 100644 --- a/commands.go +++ b/commands.go @@ -13,8 +13,8 @@ type Cmd interface { type CmdCommit struct { Ref string Mark int // optional; < 1 for non-use - Author *textproto.UserTime - Committer textproto.UserTime + Author *textproto.Ident + Committer textproto.Ident Msg string From string Merge []string @@ -57,7 +57,7 @@ func (c CmdCommit) fiWriteCmd(fiw *textproto.FIWriter) error { type CmdTag struct { RefName string CommitIsh string - Tagger textproto.UserTime + Tagger textproto.Ident Data string } -- cgit v1.2.3