mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
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:
parent
1111153f06
commit
a2e0f98693
9 changed files with 82 additions and 33 deletions
|
@ -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(/[^ ]+ /,"");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue