[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-144-gae98bfa

David Paleino dapal at debian.org
Fri Feb 10 19:41:32 UTC 2012


The following commit has been merged in the master branch:
commit ae98bfa721ff9ff4cd9c64075d2eb7fe01d76828
Author: David Paleino <dapal at debian.org>
Date:   Fri Feb 10 20:41:26 2012 +0100

    apt-get: add 'changelog' to completed commands

diff --git a/completions/apt-get b/completions/apt-get
index a6c902e..d35e0b0 100644
--- a/completions/apt-get
+++ b/completions/apt-get
@@ -7,7 +7,7 @@ _apt_get()
 
     local special i
     for (( i=0; i < ${#words[@]}-1; i++ )); do
-        if [[ ${words[i]} == @(install|remove|autoremove|purge|source|build-dep|download) ]]; then
+        if [[ ${words[i]} == @(install|remove|autoremove|purge|source|build-dep|download|changelog) ]]; then
             special=${words[i]}
         fi
     done

-- 
bash-completion



More information about the Bash-completion-commits mailing list