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

/ontohub/lib/git_repository/
H A Dget_info_list.rb43 changing_rugged_commit = get_commit_of_last_change(path, rugged_commit)
61 changing_rugged_commit = get_commit_of_last_change(path, rugged_commit)
70 changing_rugged_commit = get_commit_of_last_change(path, changing_rugged_commit.parents.first)
82 def get_commit_of_last_change(path, rugged_commit=nil) method in class:GitRepository

Completed in 8 milliseconds