Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compression detection #255

Open
wants to merge 4 commits into
base: release3_1_apl
Choose a base branch
from

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    1901926 View commit details
    Browse the repository at this point in the history
  2. use gzip -n option for compression

    to omit the timestamp and thus produce reproducible compression output
    which has a chance to match the original
    bmwiedemann committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    8be7498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd26f4f View commit details
    Browse the repository at this point in the history
  4. detect xz, bz2 and gz compression level

    this can help to get closer to identical files
    after applying deltas
    bmwiedemann committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    2873f9d View commit details
    Browse the repository at this point in the history