Searched defs:get_commit (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/git_repository/
H A Dget_commit.rb7 get_commit(commit_oid).message unless @repo.empty?
12 get_commit(commit_oid).author unless @repo.empty?
17 get_commit(commit_oid).committer unless @repo.empty?
22 get_commit(commit_oid).time unless @repo.empty?
27 def get_commit(commit_oid = nil) method in class:GitRepository

Completed in 471 milliseconds