aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2014-12-10 14:24:07 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2014-12-10 14:24:07 -0800
commit9db8509c9a6095e2c7406265bd832c68839e5436 (patch)
tree31f7a574aa54b778070788a5fbe7fb94afb23e99
parentf5aa29b628ee50ab4c194f3f58a595a8102b7535 (diff)
Renaming libevent to event2, and adding gflags submodule.
-rw-r--r--.gitmodules7
m---------third_party/event2 (renamed from third_party/libevent)0
m---------third_party/gflags0
3 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 0929c8ec33..f943b10316 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,7 +9,10 @@
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = v3.0.0-alpha-1
-[submodule "third_party/libevent"]
- path = third_party/libevent
+[submodule "third_party/event2"]
+ path = third_party/event2
url = https://github.com/libevent/libevent.git
branch = patches-2.0
+[submodule "third_party/gflags"]
+ path = third_party/gflags
+ url = https://code.google.com/p/gflags
diff --git a/third_party/libevent b/third_party/event2
-Subproject f7d92c63928a1460f3d99b9bc418bd3b686a0dc
+Subproject f7d92c63928a1460f3d99b9bc418bd3b686a0dc
diff --git a/third_party/gflags b/third_party/gflags
new file mode 160000
+Subproject 05b155ff59114735ec8cd089f669c4c3d8f5902