1. 15 Feb, 2015 9 commits
  2. 14 Feb, 2015 7 commits
  3. 10 Feb, 2015 4 commits
  4. 06 Feb, 2015 1 commit
  5. 05 Feb, 2015 1 commit
  6. 04 Feb, 2015 3 commits
  7. 03 Feb, 2015 6 commits
  8. 29 Jan, 2015 1 commit
  9. 18 Jan, 2015 4 commits
    • Reiner Herrmann's avatar
      Use text comparator for xml/xhtml files · f47480ae
      Reiner Herrmann authored
      f47480ae
    • Jérémy Bobbio's avatar
      Do not specify an extension regex for .txt files · 8eaf99a7
      Jérémy Bobbio authored
      To compare text files we need to know the encoding. So we need
      to rely solely on libmagic and not match the extension.
      8eaf99a7
    • Jérémy Bobbio's avatar
      Recognize text/plain files · 8c51dfbb
      Jérémy Bobbio authored
      In order to properly read text files, we need to get the encoding.
      As they are identified by libmagic, we simply need to pass what appears
      in the MIME type to the comparator function. We do so by capturing
      part of the regex using named group, and passing the resulting dictionary
      to the comparison function.
      8c51dfbb
    • Reiner Herrmann's avatar
      Increased line context of diff · f10a6a8c
      Reiner Herrmann authored
      With a small context large blocks of changes that have a single
      or a few equal lines inbetween will be split into multiple
      blocks.  By having a larger context, they will stay in one block
      and more lines can be trimmed.
      f10a6a8c
  10. 16 Jan, 2015 1 commit
  11. 10 Jan, 2015 3 commits