URI: 
       Default to lz4 - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 96025603520557acbba2313f76e5f436449ff68a
   DIR parent 198d1ebbb704dd80f0740ab3859a7fc5fa54769a
  HTML Author: sin <sin@2f30.org>
       Date:   Sun,  7 Apr 2019 13:29:16 +0100
       
       Default to lz4
       
       Diffstat:
         M dedup.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dedup.c b/dedup.c
       @@ -34,7 +34,7 @@ static struct icache *icache;
        static int ifd;
        static int sfd;
        static int hash_algo;
       -static int compr_algo;
       +static int compr_algo = COMPR_LZ4;
        
        int verbose;
        char *argv0;