Hi,

Ph. Marek wrote:

> Currently only _git_ps1 is available anymore.

How about this patch?

diff --git i/debian/git.NEWS.Debian w/debian/git.NEWS.Debian
index e7341d69..1c3a0f77 100644
--- i/debian/git.NEWS.Debian
+++ w/debian/git.NEWS.Debian
@@ -1,3 +1,28 @@
+git (1:1.8.0-1) experimental; urgency=low
+
+  Git's bash completion script is now loaded on the fly when tab
+  completion is attempted for the 'git' or 'gitk' command.  This
+  change involved moving the completion script.  If your ~/.bashrc
+  previously contained
+
+    . /etc/bash_completion.d/git
+
+  then it should be corrected to
+
+    if [ -e /usr/share/bash-completion/completions/git ]; then
+      . /usr/share/bash-completion/completions/git
+    elif [ -e /etc/bash_completion.d/git ]
+      . /etc/bash_completion.d/git
+    fi
+
+  or, better,
+
+    . /etc/bash_completion
+
+  See /usr/share/doc/bash-completion/README.Debian for details.
+
+ -- Jonathan Nieder <jrnie...@gmail.com>  Sun, 13 Jan 2013 08:59:42 -0800
+
 git (1:1.7.0.4-2~exp0) experimental; urgency=low
 
   The Debian package 'git-core' has been renamed to 'git'.  Before


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to