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

Compression improvements #207

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 4, 2015

  1. Configuration menu
    Copy the full SHA
    de91451 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 Oct 4, 2015
    Configuration menu
    Copy the full SHA
    8150f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56e5f9e 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 Oct 4, 2015
    Configuration menu
    Copy the full SHA
    355d06d View commit details
    Browse the repository at this point in the history