diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-12 12:49:46 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-12 12:49:46 +0200 |
commit | e1f7b169aaa99d07fe8ad8e71a0cba2322e7d35f (patch) | |
tree | 50f195024fa492120db0c9822111cc84b0c659ce /remote.go | |
parent | 8948d4b48acfc39462f0c75525bc6b53c1ac59b2 (diff) | |
download | go-git-e1f7b169aaa99d07fe8ad8e71a0cba2322e7d35f.tar.gz |
small improvements
Diffstat (limited to 'remote.go')
-rw-r--r-- | remote.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ func (r *Remote) Fetch(req *common.GitUploadPackRequest) (io.ReadCloser, error) return r.upSrv.Fetch(req) } -// Head returns the Hash of the HEAD +// Head returns the Reference of the HEAD func (r *Remote) Head() *core.Reference { return r.upInfo.Head() } |