Fully qualify git submodules

In order for internal acls to work, this needs to include the '.git' suffix.
pull/10424/head
deannagarcia 2 years ago committed by GitHub
parent 735221ff3a
commit 134b0f2871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules

2
.gitmodules vendored

@ -8,5 +8,5 @@
ignore = dirty
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = lts_2022_06_23

Loading…
Cancel
Save