summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 11:22:18 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 11:22:18 -0800
commitec59c5c7ee9fa3b5831ed0b5f713cee218480ea3 (patch)
tree39b41ffa4bd4c3b4d211999d33daf6fde7dbae15 /README
parent32fbe703605310c91677225442a62ae0869d0892 (diff)
downloadthird_party-ruby-git-ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3.tar.gz
third_party-ruby-git-ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3.tar.xz
third_party-ruby-git-ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3.zip
updated the docs, added a version to the library, added a History file
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 4f2e532..624707f 100644
--- a/README
+++ b/README
@@ -2,6 +2,15 @@
Library for using Git in Ruby.
+= Homepage
+
+The Ruby/Git homepage is currently at :
+
+http://jointheconversation.org/rubygit
+
+Git public hosting of the project source code is at:
+
+http://repo.or.cz/w/rubygit.git
= Roadmap
@@ -149,4 +158,4 @@ And here are the operations that will need to write to your git repository.
g.repack
g.push
- g.push(g.remote('name')) \ No newline at end of file
+ g.push(g.remote('name'))