Lines Matching full:git
2 # NOTE: git>=2.46 allows leading paths like third_party/* to include all subdirectories
3 # current docker base images use git versions lower than 2.46 and hence require separate configs fo…
4 RUN git config --global --add safe.directory /var/local/jenkins/grpc
5 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git
6 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/bloaty
7 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/xds
8 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/googl…
9 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/googl…
10 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/opent…
11 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/openc…
12 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/borin…
13 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/envoy…
14 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/proto…
15 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/zlib
16 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/bench…
17 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/re2
18 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/absei…
19 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/opent…
20 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/proto…
21 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/cares…
22 RUN git config --global protocol.file.allow always