Skip to content

Gracefully handle invalid commit IDs in Commit::between

While trying to fix gitlab-org/gitlab-ce#2926, I found that Rugged::OdbError is thrown when an invalid ref ID is specified. This MR gracefully handles that and returns an empty list.

Merge request reports