Skip to content
  • Kai Willadsen's avatar
    filters: Maintain a byte-based regex filter for folder comparison · 356ca381
    Kai Willadsen authored
    Because the folder comparison text filter application must work without
    decoding the file it's operating on, we need it to be bytestring based.
    This patch just maintains the existed unicode-style behaviour for file
    comparisons, but adds a parallel byte-based regex for use in folder
    comparisons.
    356ca381