kubernetes/third_party
Filipe Brandenburger db89546591
Use a fixed abbreviation size in git describe output
Currently, this setting depends on whatever the user of `godep` has in
their `git config --get core.abbrev`, if it is set.

Even when it is not set, the number of characters used in the shortened
git commit will depend on whether there are collisions for that prefix
on the local repository (which in large part depends on how much
activity exists there.)

As a result, when multiple users are maintaining Godeps/ for a single
project, many spurious changes to Godeps/Godeps.json are generated due
to the lack of stability in the length of the abbreviated commit in
output of `git describe`.

Let's fix this by enforcing a reasonable abbreviation length in godep's
use of `git describe`. 14 characters is very unlikely to result in
collisions for prefixes.
2018-11-06 11:44:02 -08:00
..
forked Use a fixed abbreviation size in git describe output 2018-11-06 11:44:02 -08:00
go-srcimporter Update srcimporter.go to golang/go@5f0a9ba 2018-10-25 11:27:53 -07:00
intemp Vendor github.com/karlkfi/intemp (bash library) 2016-01-05 18:02:33 -08:00
protobuf/google/protobuf Import protobuf into third_party from gogoproto 2016-01-05 22:57:32 -05:00
swagger-ui Remove url query param that is leading to XSS issue 2016-03-22 10:35:06 -07:00
BUILD Update srcimporter.go to golang/go@5f0a9ba 2018-10-25 11:27:53 -07:00
etcd.BUILD add testmain setup func to the integration framework 2017-07-12 17:34:55 -07:00
OWNERS Add OWNERS for third_party folder 2018-02-04 21:47:07 -08:00