Searched refs:get_commit (Results 1 - 5 of 5) 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
H A Dget_info_list.rb7 rugged_commit = get_commit(commit_oid)
21 rugged_commit = get_commit(commit_oid)
27 rugged_commit = get_commit(commit_oid)
H A Dget_folder_contents.rb8 rugged_commit = get_commit(commit_oid)
18 files_recursive('', get_commit(commit_oid), &block)
H A Dget_diff.rb55 if rugged_commit = get_commit(commit_oid)
65 rugged_commit = get_commit(commit_oid)
/ontohub/lib/
H A Dgit_repository.rb54 rugged_commit = get_commit(commit_oid)
80 rugged_commit = get_commit(commit_oid)

Completed in 8 milliseconds