From 8276fac333799c38b7df35f3f5522177d61f4e29 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Thu, 13 Mar 2008 13:17:33 -0700 Subject: updated the README file to remove gitr and such --- README | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'README') diff --git a/README b/README index d3831c1..a96de13 100644 --- a/README +++ b/README @@ -10,17 +10,7 @@ http://jointheconversation.org/rubygit Git public hosting of the project source code is at: -http://repo.or.cz/w/rubygit.git - -= Roadmap - -Right now I'm forking calls to the 'git' binary, -but eventually I'll replace that with either C bindings -to libgit or libgit-thin, or I'll write pure ruby -handlers for at least some of the Git stuff. - -Many of the simple read-only operations have already been -moved to pure ruby. +http://github/schacon/ruby-git = Major Objects @@ -50,22 +40,6 @@ your log query, which can be constructed through methods on the Git::Log object, @git.log(20).object("some_file").since("2 weeks ago").between('v2.6', 'v2.7').each { |commit| [block] } -= Gitr - -I have included a command line pure-ruby git client called 'gitr' - -The following commands are available - they all will run in pure ruby, without forking out the the git binary. -In fact, they can be run on a machine without git compiled on it. - -commands: log - log-shas - cat-file (treeish) - rev-parse (treeish) - branches - config - ls-tree (tree) - - = Examples Here are a bunch of examples of how to use the Ruby/Git package. @@ -261,4 +235,4 @@ Some examples of more low-level index and tree operations # do file work g.commit # commits to index end - \ No newline at end of file + -- cgit