From a98cf17cce25ba1532a3e9d28bf16f59c39d7210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 15 Jan 2009 00:38:07 +0200 Subject: [PATCH] Add --rsyncable to gzip completion (not in upstream gzip (yet?), but commonly patched into various distros' packages). --- bash_completion | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 58fc3906..510f845a 100644 --- a/bash_completion +++ b/bash_completion @@ -3370,7 +3370,7 @@ _gzip() --stdout --decompress --force --help --list \ --license --no-name --name --quiet --recursive \ --suffix --test --verbose --version --fast \ - --best' -- $cur ) ) + --best --rsyncable' -- $cur ) ) return 0 fi diff --git a/debian/changelog b/debian/changelog index 656948f7..ff7dd9d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,7 @@ bash-completion (200811xx) UNRELEASED; urgency=low * Add lzma completion (Per Øyvind Karlsen, Ville Skyttä). * Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skyttä). * Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skyttä). + * Add --rsyncable to gzip completion (Ville Skyttä). * Merge from Gentoo: - fix 'find' completion so that it properly completes on -?(i)whilename. Patch by Ciaran McCreesh.