summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-15 16:45:13 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:44 -0600
commitb742300edabe34beb505139a818a000ef7767a91 (patch)
tree593d44492b10e435991f4d9ac17057f80669453d /.gitmodules
parent50a298e6c0df1ef8f2ec19da5949adef392e5131 (diff)
downloadrabbitmq-c-b742300edabe34beb505139a818a000ef7767a91.tar.gz
Add rabbitmq-codegen as a submodule
The following commands can be used to update the submodule: $ git submodule init $ git sumodule update Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..78954dc
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "codegen"]
+ path = codegen
+ url = git://github.com/rabbitmq/rabbitmq-codegen.git