.gitmodules 643 B

12345678910111213141516
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. [submodule "third_party/llvm-project"]
  5. path = third_party/llvm-project
  6. url = https://github.com/llvm/llvm-project.git
  7. [submodule "third_party/examples/brotli/original"]
  8. path = third_party/examples/brotli/original
  9. url = https://github.com/google/brotli
  10. shallow = true
  11. [submodule "third_party/examples/woff2/original"]
  12. path = third_party/examples/woff2/original
  13. url = https://github.com/google/woff2
  14. shallow = true
  15. fetchRecurseSubmodules = false