From 97adababeb0645d06cb55c88a943e58da8bf6ed1 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 19 Jun 2013 17:01:40 -0700 Subject: [PATCH] Update Subtrees README to identify repository locations --- Subtrees/README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ Subtrees/README.txt | 2 -- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 Subtrees/README.md delete mode 100644 Subtrees/README.txt diff --git a/Subtrees/README.md b/Subtrees/README.md new file mode 100644 index 0000000000..a645a97a35 --- /dev/null +++ b/Subtrees/README.md @@ -0,0 +1,45 @@ +# Subtrees + +These directories come from entire outside repositories +brought in using git-subtree. + +About git-subtree: + +https://github.com/apenwarr/git-subtree
+http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/
+ +## LevelDB + +Repository
+``` +git@github.com:vinniefalco/LevelDB.git +``` +Branch +``` +ripple-fork +``` + +## websocket + +Repository +``` +git@github.com:vinniefalco/websocketpp.git +``` +Branch +``` +ripple-fork +``` + +## protobuf + +Repository +``` +git@github.com:vinniefalco/protobuf.git +``` +Branch +``` +master +``` + +**NOTE** Linux builds use the protobuf installed in /usr/lib. This will be +fixed in a future revision. diff --git a/Subtrees/README.txt b/Subtrees/README.txt deleted file mode 100644 index 587675f47a..0000000000 --- a/Subtrees/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -These directories come from entire outside repositories -brought in using git-subtree.