Skip to content

Commit 8276fac

Browse files
committed
updated the README file to remove gitr and such
1 parent 476d943 commit 8276fac

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

README

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,7 @@ http://jointheconversation.org/rubygit
1010

1111
Git public hosting of the project source code is at:
1212

13-
http://repo.or.cz/w/rubygit.git
14-
15-
= Roadmap
16-
17-
Right now I'm forking calls to the 'git' binary,
18-
but eventually I'll replace that with either C bindings
19-
to libgit or libgit-thin, or I'll write pure ruby
20-
handlers for at least some of the Git stuff.
21-
22-
Many of the simple read-only operations have already been
23-
moved to pure ruby.
13+
http://github/schacon/ruby-git
2414

2515
= Major Objects
2616

@@ -50,22 +40,6 @@ your log query, which can be constructed through methods on the Git::Log object,
5040

5141
@git.log(20).object("some_file").since("2 weeks ago").between('v2.6', 'v2.7').each { |commit| [block] }
5242

53-
= Gitr
54-
55-
I have included a command line pure-ruby git client called 'gitr'
56-
57-
The following commands are available - they all will run in pure ruby, without forking out the the git binary.
58-
In fact, they can be run on a machine without git compiled on it.
59-
60-
commands: log
61-
log-shas
62-
cat-file (treeish)
63-
rev-parse (treeish)
64-
branches
65-
config
66-
ls-tree (tree)
67-
68-
6943
= Examples
7044

7145
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
261235
# do file work
262236
g.commit # commits to index
263237
end
264-
238+

0 commit comments

Comments
 (0)