Skip to content

Commit dabfb14

Browse files
authored
Merge pull request #2 from jqll/googleapis-submodule
Clean third_party/googleapis submodules.
2 parents d656e50 + eb1571b commit dabfb14

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

third_party/googleapis/README.google

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ Local Modifications:
88
README.google was removed from .gitignore.
99
Remote submodules were not imported.
1010
Remove .gitmodules.
11+
Remove submodules from git index with 'git rm'.
1112

1213
Imported as a git-subtree.
1314

1415
$ git remote add googleapis https://github.com/googleapis/googleapis
1516
$ git subtree add --prefix third_party/googleapis googleapis master --squash
17+
$ rm third_party/googleapis/.gitmodules
18+
$ git rm third_party/googleapis/third_party/boringssl-with-bazel
19+
$ git rm third_party/googleapis/third_party/nanopb
20+
$ git rm third_party/googleapis/third_party/protobuf
21+
$ git rm third_party/googleapis/third_party/zlib
1622

1723
To update from remote on an ongoing basis:
1824
$ git fetch googleapis
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)