class Git::Blame
- Git::Blame
- Git::C_Pointer
- Git::C_Value
- Git::NoError
- Reference
- Object
Defined in:
git/blame.crConstructors
Instance Method Summary
Instance methods inherited from class Git::C_Pointer
finalize
finalize
Instance methods inherited from class Git::C_Value
==(other : self)
==,
to_unsafe
to_unsafe
Constructor Detail
def self.new(repo : Repo, path : String, newest_commit : Oid | Nil = nil, oldest_commit : Oid | Nil = nil, min_line : Int | Nil = nil, max_line : Int | Nil = nil)
#