Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 23, 2018
    • Sean McGivern's avatar
      Fix 500 error when trying to resolve non-ASCII conflicts in editor · 70af1e2e
      Sean McGivern authored
      When we added caching, this meant that calling `can_be_resolved_in_ui?` didn't
      always call `lines`, which meant that we didn't get the benefit of the
      side-effect from that, where it forced the conflict data itself to UTF-8.
      
      To fix that, make this explicit by separating the `raw_content` (any encoding)
      from the `content` (which is either UTF-8, or an exception is raised).
      70af1e2e
  3. Mar 22, 2018
  4. Mar 21, 2018
  5. Mar 19, 2018
  6. Mar 16, 2018
  7. Mar 15, 2018
  8. Mar 12, 2018
  9. Mar 08, 2018
  10. Mar 07, 2018
  11. Mar 06, 2018
  12. Mar 05, 2018
  13. Mar 02, 2018
  14. Mar 01, 2018
  15. Feb 28, 2018
  16. Feb 26, 2018
  17. Feb 23, 2018
  18. Feb 21, 2018
  19. Feb 19, 2018
  20. Feb 16, 2018
Loading