Skip to content

Commit

Permalink
Merge pull request grpc#1 from grpc/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
atetubou authored Aug 25, 2016
2 parents 5e193cb + 19ea0cf commit ed96de4
Show file tree
Hide file tree
Showing 253 changed files with 11,995 additions and 3,333 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# C/C++ build outputs
.build/
bins
gens
libs
Expand Down
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = 3.0.0-beta-3
branch = 3.0.0-GA
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
Expand All @@ -17,3 +17,6 @@
[submodule "third_party/nanopb"]
path = third_party/nanopb
url = https://github.com/nanopb/nanopb.git
[submodule "third_party/thrift"]
path = third_party/thrift
url = https://github.com/apache/thrift.git
Loading

0 comments on commit ed96de4

Please sign in to comment.