Class Git::Diff
In: lib/git/diff.rb
Parent: Object

object that holds the last X commits on given branch

Methods

[]   deletions   each   insertions   lines   new   patch   path   size   stats   to_s  

Included Modules

Enumerable

Classes and Modules

Class Git::Diff::DiffFile

Attributes

from  [R] 
to  [R] 

Public Class methods

Public Instance methods

enumerable methods

if file is provided and is writable, it will write the patch into the file

to_s(file = nil)

Alias for patch

[Validate]