class RJGit::TrackingCommit

Attributes

tracked_pathname[R]

Public Class Methods

new(repository, commit, tracked_pathname = nil) click to toggle source
Calls superclass method RJGit::Commit::new
# File lib/commit.rb, line 150
def initialize(repository, commit, tracked_pathname = nil)
  super(repository, commit)
  @tracked_pathname = tracked_pathname
end