in lib/rugged_adapter/git_layer_rugged.rb [129:132]
def parent @commit.parents.empty? ? nil : Gollum::Git::Commit.new(@commit.parents.first) end