| Class | Grit::Git |
| In: |
lib/grit/git.rb
|
| Parent: | Object |
| bytes_read | [RW] | |
| git_binary | [RW] | |
| git_dir | [RW] | |
| git_timeout | [RW] |
Run the given git command with the specified arguments and return the result as a String
+cmd+ is the command +options+ is a hash of Ruby style options +args+ is the list of arguments (to be joined by spaces)
Examples
git.rev_list({:max_count => 10, :header => true}, "master")
Returns String