Chromium Code Reviews| Index: .gitmodules |
| diff --git a/.gitmodules b/.gitmodules |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..07e88b990f11855b9c2ef8d8297e6d5649b66c17 |
| --- /dev/null |
| +++ b/.gitmodules |
| @@ -0,0 +1,12 @@ |
| +[submodule "third_party/barback-0.13.0"] |
| + path = third_party/barback-0.13.0 |
| + url = git://github.com/dart-lang/barback |
| +[submodule "third_party/barback-0.14.0+2"] |
| + path = third_party/barback-0.14.0+2 |
| + url = git://github.com/dart-lang/barback |
| +[submodule "third_party/barback-0.14.1+4"] |
| + path = third_party/barback-0.14.1+4 |
| + url = git://github.com/dart-lang/barback |
| +[submodule "third_party/source_maps-0.9.4"] |
| + path = third_party/source_maps-0.9.4 |
| + url = git://github.com/dart-lang/source_maps |
|
Bob Nystrom
2015/05/21 19:46:40
Where do the actual commits get specified? Should
nweiz
2015/05/21 20:11:31
Git stores them internally. Usually they show up i
|