aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2019-07-05 07:37:49 +0200
committerGitHub <noreply@github.com>2019-07-05 07:37:49 +0200
commitc363771e002cbdf4dcf8a9cc5f1fefdd5769f5dd (patch)
treeb83260e2f94a13610a465b34cfc69e1ba425fb41
parentf9a30199e7083bdda8adad3a4fa2ec42d25c1fdb (diff)
parent08dd45acfc605668c01df8a8e9415bbf444c9a03 (diff)
downloadgo-git-c363771e002cbdf4dcf8a9cc5f1fefdd5769f5dd.tar.gz
Merge pull request #1175 from VladMasarik/vlad-typo-fix
config: added missing dot.
-rw-r--r--config/refspec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/refspec.go b/config/refspec.go
index 7f486c9..d32a2e4 100644
--- a/config/refspec.go
+++ b/config/refspec.go
@@ -18,7 +18,7 @@ var (
ErrRefSpecMalformedWildcard = errors.New("malformed refspec, mismatched number of wildcards")
)
-// RefSpec is a mapping from local branches to remote references
+// RefSpec is a mapping from local branches to remote references.
// The format of the refspec is an optional +, followed by <src>:<dst>, where
// <src> is the pattern for references on the remote side and <dst> is where
// those references will be written locally. The + tells Git to update the