.gitmodules 658 B

1234567891011121314151617
  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. branch = main
  8. [submodule "third_party/examples/brotli/original"]
  9. path = third_party/examples/brotli/original
  10. url = https://github.com/google/brotli
  11. shallow = true
  12. [submodule "third_party/examples/woff2/original"]
  13. path = third_party/examples/woff2/original
  14. url = https://github.com/google/woff2
  15. shallow = true
  16. fetchRecurseSubmodules = false