disable upload deduplication by default;

dedup is still encouraged and fully supported, but
being default-enabled has caused too many surprises

enabling `--dedup` restores the previous default behavior

also renames `--never-symlink` to `--hardlink-only`
This commit is contained in:
ed 2024-09-08 17:09:14 +00:00
parent 1111153f06
commit a2e0f98693
9 changed files with 82 additions and 33 deletions

View file

@ -20,7 +20,7 @@ cat $f | awk '
o{next}
/^#/{s=1;rs=0;pr()}
/^#* *(nix package)/{rs=1}
/^#* *(install on android|dev env setup|just the sfx|complete release|optional gpl stuff|nixos module)|`$/{s=rs}
/^#* *(themes|install on android|dev env setup|just the sfx|complete release|optional gpl stuff|nixos module)|```/{s=rs}
/^#/{
lv=length($1);
sub(/[^ ]+ /,"");