Add --rsyncable to gzip completion (not in upstream gzip (yet?), but commonly patched into various distros' packages).
This commit is contained in:
parent
0a8174b77a
commit
a98cf17cce
@ -3370,7 +3370,7 @@ _gzip()
|
|||||||
--stdout --decompress --force --help --list \
|
--stdout --decompress --force --help --list \
|
||||||
--license --no-name --name --quiet --recursive \
|
--license --no-name --name --quiet --recursive \
|
||||||
--suffix --test --verbose --version --fast \
|
--suffix --test --verbose --version --fast \
|
||||||
--best' -- $cur ) )
|
--best --rsyncable' -- $cur ) )
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -69,6 +69,7 @@ bash-completion (200811xx) UNRELEASED; urgency=low
|
|||||||
* Add lzma completion (Per Øyvind Karlsen, Ville Skyttä).
|
* Add lzma completion (Per Øyvind Karlsen, Ville Skyttä).
|
||||||
* Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (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 .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skyttä).
|
||||||
|
* Add --rsyncable to gzip completion (Ville Skyttä).
|
||||||
* Merge from Gentoo:
|
* Merge from Gentoo:
|
||||||
- fix 'find' completion so that it properly completes on -?(i)whilename.
|
- fix 'find' completion so that it properly completes on -?(i)whilename.
|
||||||
Patch by Ciaran McCreesh.
|
Patch by Ciaran McCreesh.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user