class

IndexableCommit

Inherits Reference < Object

helper class to be able to index a commit as JSON document

Constructors

new(commit : Git::Commit, branch : String, repo : String)
Source

Instance methods

branches
Source
branches=(branches : Array(String))
Source
files_added
Source
files_added=(files_added : Array(String))
Source
files_deleted
Source
files_deleted=(files_deleted : Array(String))
Source
files_modified
Source
files_modified=(files_modified : Array(String))
Source
to_json(json : JSON::Builder)
Source