Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ your log query, which can be constructed through methods on the Git::Log object,

Here are a bunch of examples of how to use the Ruby/Git package.

First you have to remember to require rubygems if it's not. Then include the 'git' gem.
(Only if Ruby < 1.9) Start by requiring rubygems.

require 'rubygems'

Include the 'git' gem.

require 'git'

Here are the operations that need read permission only.
Expand Down