Update subtree URIs for ripple organization

This commit is contained in:
Vinnie Falco
2013-06-26 12:32:41 -07:00
parent 153435dce3
commit 1c2d8da35d
2 changed files with 12 additions and 3 deletions

View File

@@ -10,9 +10,11 @@ http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/ <b
## LevelDB ## LevelDB
Ripple's fork of LevelDB is shared by the Bitcoin reference client project.
Repository <br> Repository <br>
``` ```
git@github.com:vinniefalco/LevelDB.git git@github.com:ripple/LevelDB.git
``` ```
Branch Branch
``` ```
@@ -21,9 +23,11 @@ ripple-fork
## websocket ## websocket
Ripple's fork of websocketpp has some incompatible changes and Ripple specific includes.
Repository Repository
``` ```
git@github.com:vinniefalco/websocketpp.git git@github.com:ripple/websocketpp.git
``` ```
Branch Branch
``` ```
@@ -32,9 +36,12 @@ ripple-fork
## protobuf ## protobuf
Ripple's fork of protobuf doesn't have any actual changes, but since the upstream
repository uses SVN, we have created a Git version to use with the git-subtree command.
Repository Repository
``` ```
git@github.com:vinniefalco/protobuf.git git@github.com:ripple/protobuf.git
``` ```
Branch Branch
``` ```

View File

@@ -4,6 +4,8 @@
*/ */
//============================================================================== //==============================================================================
// VFALCO TODO Tidy this up into a RippleTime object
// //
// Time support // Time support
// We have our own epoch. // We have our own epoch.