Revision 1d8d6bc3b83915e5ae3e37eb2a57836636484dfc authored by Joe Stringer on 17 May 2021, 23:52:53 UTC, committed by André Martins on 03 June 2021, 00:11:54 UTC
[ upstream commit 1cd5be9e79d6094b4b472a1d0e9073ad0d834480 ]

By using built-in formatting primitives instead of independently
fetching names and emails from git in separate commands, we can reduce
git history iteration by 50%, saving 30s per authors update on my
system.

Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
1 parent 38c555a
History
File Mode Size
.github
.travis
Documentation
api
bpf
bugtool
cilium
cilium-health
contrib
daemon
envoy
examples
hack
hubble-relay
install
jenkinsfiles
operator
pkg
plugins
proxylib
test
tests
tools
vendor
.authors.aux -rw-r--r-- 416 bytes
.dockerignore -rw-r--r-- 796 bytes
.gitattributes -rw-r--r-- 104 bytes
.gitignore -rw-r--r-- 1.1 KB
.gitmodules -rw-r--r-- 0 bytes
.mailmap -rw-r--r-- 2.0 KB
.travis.yml -rw-r--r-- 380 bytes
AUTHORS -rw-r--r-- 14.4 KB
CHANGELOG.md -rw-r--r-- 166.3 KB
CODEOWNERS -rw-r--r-- 1.5 KB
CONTRIBUTING.md -rw-r--r-- 227 bytes
Dockerfile -rw-r--r-- 2.8 KB
Dockerfile.builder -rw-r--r-- 1.3 KB
FURTHER_READINGS.rst -rw-r--r-- 4.9 KB
GO_VERSION -rw-r--r-- 8 bytes
Jenkinsfile.nightly l--------- 32 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS.rst -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 19.5 KB
Makefile.buildkit -rw-r--r-- 2.8 KB
Makefile.defs -rw-r--r-- 4.6 KB
Makefile.docker -rw-r--r-- 7.7 KB
Makefile.quiet -rw-r--r-- 718 bytes
README.rst -rw-r--r-- 14.9 KB
SECURITY.md -rw-r--r-- 615 bytes
USERS.md -rw-r--r-- 4.7 KB
VERSION -rw-r--r-- 7 bytes
Vagrantfile -rw-r--r-- 12.8 KB
cilium-dev.Dockerfile -rw-r--r-- 1.4 KB
cilium-dev.Dockerfile.dockerignore -rw-r--r-- 931 bytes
cilium-docker-plugin.Dockerfile -rw-r--r-- 625 bytes
cilium-operator-aws.Dockerfile -rw-r--r-- 1.3 KB
cilium-operator-azure.Dockerfile -rw-r--r-- 1.3 KB
cilium-operator-generic.Dockerfile -rw-r--r-- 1.3 KB
cilium-operator.Dockerfile -rw-r--r-- 1.3 KB
docs.Jenkinsfile l--------- 29 bytes
flannel.Jenkinsfile l--------- 32 bytes
ginkgo-kubernetes-all.Jenkinsfile l--------- 46 bytes
ginkgo.Jenkinsfile l--------- 31 bytes
go.mod -rw-r--r-- 4.5 KB
go.sum -rw-r--r-- 84.8 KB
hubble-relay.Dockerfile -rw-r--r-- 1.2 KB
kubernetes-upstream.Jenkinsfile l--------- 44 bytes
netlify.toml -rw-r--r-- 92 bytes
vagrant_box_defaults.rb -rw-r--r-- 330 bytes

README.rst

back to top