[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 29f4b108902c8e4ee034ad8405be4fab8da1b8c8

David Paleino dapal at debian.org
Sat Nov 21 13:39:16 UTC 2009


The following commit has been merged in the master branch:
commit 29f4b108902c8e4ee034ad8405be4fab8da1b8c8
Author: David Paleino <dapal at debian.org>
Date:   Sat Nov 21 14:38:41 2009 +0100

    Added colordiff completion, same as diff

diff --git a/CHANGES b/CHANGES
index 41bcbfd..9a9fa3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@ bash-completion (2.x)
   * contrib/aptitude: add @(add|remove)-user-tag
   * Added munindoc completion to contrib/munin-node, thanks to Tom
     Feiner (Debian: #553371)
+  * Added colordiff completion, same as diff
 
   [ Ville Skyttä ]
   * Create bz2 dist tarball too.
diff --git a/bash_completion b/bash_completion
index 8c054a1..7b8788c 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1543,7 +1543,7 @@ _longopt()
 }
 # makeinfo and texi2dvi are defined elsewhere.
 for i in a2ps autoconf automake bc gprof ld nm objcopy objdump readelf strip \
-    bison diff patch enscript cp df dir du ln ls mkfifo mknod mv rm \
+    bison colordiff diff patch enscript cp df dir du ln ls mkfifo mknod mv rm \
     touch vdir awk gperf grep grub indent less m4 sed shar date \
     tee who texindex cat csplit cut expand fmt fold head \
     md5sum nl od paste pr ptx sha1sum sort split tac tail tr unexpand \

-- 
bash-completion



More information about the Bash-completion-commits mailing list