[Bash-completion-commits] ./current r1252: Add --rsyncable to gzip completion (not in upstream gzip (yet?), but commonly patched into various distros' packages).

Ville Skyttä ville.skytta at iki.fi
Wed Jan 14 22:38:07 UTC 2009


------------------------------------------------------------
revno: 1252
committer: Ville Skyttä <ville.skytta at iki.fi>
branch nick: current
timestamp: Thu 2009-01-15 00:38:07 +0200
message:
  Add --rsyncable to gzip completion (not in upstream gzip (yet?), but commonly patched into various distros' packages).
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2009-01-14 20:17:14 +0000
+++ b/bash_completion	2009-01-14 22:38:07 +0000
@@ -3370,7 +3370,7 @@
 			--stdout --decompress --force --help --list \
 			--license --no-name --name --quiet --recursive \
 			--suffix --test --verbose --version --fast \
-			--best' -- $cur ) )
+			--best --rsyncable' -- $cur ) )
 		return 0
 	fi
 

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-14 16:38:16 +0000
+++ b/debian/changelog	2009-01-14 22:38:07 +0000
@@ -69,6 +69,7 @@
   * 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.



More information about the Bash-completion-commits mailing list