commit | 82798b9583677a36eaaf380aad504ca8e3006520 | [log] [tgz] |
---|---|---|
author | Rob Mohr <mohrr@google.com> | Thu Jan 13 08:11:56 2022 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 14 16:09:20 2022 +0000 |
tree | d297b6dc3ceec61ffe0dcd1c7618f237881d179e | |
parent | 8210f6095928d1a6b21dbf44969a99c4e6ea7a1e [diff] [blame] |
Add config submodule Bug: 589 Change-Id: I3c72db9f09752ef136c78468a5b18e93af9f45f9 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/78561 Reviewed-by: Ted Pudlik <tpudlik@google.com> Commit-Queue: Rob Mohr <mohrr@google.com>
diff --git a/.gitmodules b/.gitmodules index 661da01..dcaa5dd 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -22,3 +22,7 @@ path = third_party/freertos/Source url = https://pigweed.googlesource.com/third_party/github/FreeRTOS/FreeRTOS-Kernel.git branch = main +[submodule "infra/config"] + path = infra/config + url = https://pigweed.googlesource.com/infra/config + branch = main