class Git::RevWalk

Included Modules

Defined in:

git/revwalk.cr

Constructors

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) #

[View source]

Instance Method Detail

def each(&) #
Description copied from module Enumerable(Git::Commit)

Must yield this collection's elements to the block.


[View source]
def finalize #

[View source]
def push(oid : Oid) #

[View source]
def push(oid : String) #

[View source]
def push_head #

[View source]
def simplify_first_parent #

[View source]
def sorting(sort_mode : Sort) #

[View source]