struct Agate::ReflogEntry

Overview

A single entry in a reference's reflog.

Defined in:

agate/reflog.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(old_id : OID, new_id : OID, committer : Agate::Signature, message : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def committer : Agate::Signature #

def copy_with(old_id _old_id = @old_id, new_id _new_id = @new_id, committer _committer = @committer, message _message = @message) #

[View source]
def message : String #

def new_id : OID #

def old_id : OID #