]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modfetch: run git log with "-c log.showsignature=false"
authorBaokun Lee <nototon@gmail.com>
Fri, 20 Jul 2018 17:37:21 +0000 (01:37 +0800)
committerBryan C. Mills <bcmills@google.com>
Tue, 24 Jul 2018 15:51:01 +0000 (15:51 +0000)
commit90066bf06a9b10b3b222a289934b93723bb788d6
tree6356197c8ba083d4ae3fbf8438dbdf1670aaf52f
parent4f9ae7739b6bcf1a8549128f468fa41d455ac2da
cmd/go/internal/modfetch: run git log with "-c log.showsignature=false"

The old version git not support "--no-show-signature", git add this from
v2.10.0.

Fixes golang/go#26501.

Change-Id: Ia6b54488651e8687b08a4d40e092822bf960c4fe
Reviewed-on: https://go-review.googlesource.com/125315
Run-TryBot: Baokun Lee <nototon@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/modfetch/codehost/git.go