class Git::RevWalk
- Git::RevWalk
- Git::C_Pointer
- Git::C_Value
- Git::NoError
- Reference
- Object
Included Modules
- Enumerable(Git::Commit)
Defined in:
git/revwalk.crConstructors
Instance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
- #finalize
- #push(oid : Oid)
- #push(oid : String)
- #push_head
- #simplify_first_parent
- #sorting(sort_mode : Sort)
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
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Git::Commit)
Must yield this collection's elements to the block.