# File lib/git-up.rb, line 254
  def is_fast_forward?(a, b)
    merge_base(a.name, b.name) == b.commit.sha
  end