commit 4aeb834f5565451f8db6b9e9661dc42edc212311 Author: Tom Ritter tom@ritter.vg Date: Fri Apr 16 22:59:46 2021 -0400
Switch stem to be a submodule so I can document what stem version I am using --- .gitignore | 3 +-- .gitmodules | 6 ++++++ stem | 1 + stem-git | 1 + 4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore index cac3774..25799ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ *.pyc *.p *.swp -stem -stem-git +
out/index.html out/graphs.html diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..481d6ca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "stem"] + path = stem + url = https://git.torproject.org/stem.git +[submodule "stem-git"] + path = stem-git + url = https://git.torproject.org/stem.git diff --git a/stem b/stem new file mode 120000 index 0000000..9048a37 --- /dev/null +++ b/stem @@ -0,0 +1 @@ +stem-git/stem \ No newline at end of file diff --git a/stem-git b/stem-git new file mode 160000 index 0000000..63a4760 --- /dev/null +++ b/stem-git @@ -0,0 +1 @@ +Subproject commit 63a476056017dda5ede35efc4e4f7acfcc1d7d1a
tor-commits@lists.torproject.org