[tor-commits] [stegotorus/master] Import pytorctl as a submodule.
zwol at torproject.org
zwol at torproject.org
Fri Jul 20 23:17:06 UTC 2012
commit 92757f00be2423045654602a89c60316299482c3
Author: Zack Weinberg <zackw at panix.com>
Date: Mon Feb 13 20:14:28 2012 -0800
Import pytorctl as a submodule.
---
.gitignore | 2 ++
.gitmodules | 3 +++
scripts/torctl | 1 +
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index cfaa827..8de7c1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,5 @@
/build/
/build-*/
+/bench/
+/bench-*/
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..a5c8001
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "scripts/torctl"]
+ path = scripts/torctl
+ url = git://git.torproject.org/pytorctl.git
diff --git a/scripts/torctl b/scripts/torctl
new file mode 160000
index 0000000..3de9176
--- /dev/null
+++ b/scripts/torctl
@@ -0,0 +1 @@
+Subproject commit 3de91767e208d1642a8cf89dc1b645f637abaf8e
More information about the tor-commits
mailing list