struct
Agate::ReflogEntry
- Agate::ReflogEntry
- Struct
- Value
- Object
Overview
A single entry in a reference's reflog.
Defined in:
agate/reflog.crConstructors
Instance Method Summary
- #clone
- #committer : Agate::Signature
- #copy_with(old_id _old_id = @old_id, new_id _new_id = @new_id, committer _committer = @committer, message _message = @message)
- #message : String
- #new_id : OID
- #old_id : OID
Constructor Detail
Instance Method Detail
def copy_with(old_id _old_id = @old_id, new_id _new_id = @new_id, committer _committer = @committer, message _message = @message)
#