Skip to content
  1. Aug 28, 2018
  2. Jun 01, 2018
  3. Nov 17, 2017
    • Sean McGivern's avatar
      Fix conflict highlighting · 64a9e53b
      Sean McGivern authored
      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
  4. Oct 13, 2017
  5. Jul 27, 2017
  6. Jul 18, 2017
  7. Jul 17, 2017
  8. Jun 21, 2017
  9. Feb 24, 2017
  10. Feb 23, 2017
  11. Jan 25, 2017
  12. Oct 13, 2016
  13. Aug 12, 2016