class GitRewriteAuthor::Rewriter

Defined in:

git_rewrite_author/rewriter.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(cwd : Nil | String = nil, committer : Bool = false, branches : Bool = false, tags : Bool = false, old_name : Nil | String = nil, new_name : Nil | String = nil, old_email : Nil | String = nil, new_email : Nil | String = nil) #

[View source]

Class Method Detail

def self.run(**options) : Array(String) | Nil #

[View source]

Instance Method Detail

def branches? : Bool #

[View source]
def committer? : Bool #

[View source]
def cwd : String | Nil #

[View source]
def new_email : String | Nil #

def new_name : String | Nil #

def old_email : String | Nil #

def old_name : String | Nil #

def run : Array(String) | Nil #

[View source]
def tags? : Bool #

[View source]