aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/updreq.go
diff options
context:
space:
mode:
authorSantiago M. Mola <santi@mola.io>2016-12-15 09:36:31 +0100
committerGitHub <noreply@github.com>2016-12-15 09:36:31 +0100
commit130bc17dfe2ed88e2f122a0b44a9a45f5114697d (patch)
tree93c0f6919426ac586369a6d3eeb0661cefe5f1cd /plumbing/protocol/packp/updreq.go
parent0af572dd21c0aa79d13745b633ee24ba6c4d6cf1 (diff)
downloadgo-git-130bc17dfe2ed88e2f122a0b44a9a45f5114697d.tar.gz
protocol/packp: use ReferenceName type for Command.Name. (#187)
Diffstat (limited to 'plumbing/protocol/packp/updreq.go')
-rw-r--r--plumbing/protocol/packp/updreq.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/updreq.go b/plumbing/protocol/packp/updreq.go
index a2deb89..ae08107 100644
--- a/plumbing/protocol/packp/updreq.go
+++ b/plumbing/protocol/packp/updreq.go
@@ -88,7 +88,7 @@ const (
)
type Command struct {
- Name string
+ Name plumbing.ReferenceName
Old plumbing.Hash
New plumbing.Hash
}