1. 23 11月, 2017 8 次提交
  2. 22 11月, 2017 10 次提交
  3. 21 11月, 2017 12 次提交
  4. 20 11月, 2017 7 次提交
  5. 19 11月, 2017 1 次提交
  6. 18 11月, 2017 2 次提交
    • A
      Incorporate Gitaly's RefService.DeleteRefs RPC · 38730a2d
      Alejandro Rodríguez 提交于
      38730a2d
    • S
      Fix conflict highlighting · 64a9e53b
      Sean McGivern 提交于
      Conflicts used to take a `Repository` and pass that to
      `Gitlab::Highlight.highlight`, which would call `#gitattribute` on the
      repository. Now they use a `Gitlab::Git::Repository`, which didn't have that
      method defined - but defining it on `Gitlab::Git::Repository` does make it
      available on `Repository` through `method_missing`, so we can do that and both
      cases will work.
      64a9e53b