Bug#698055: git: /etc/bash_completion.d/git gone

2013-01-13 Thread Ph. Marek
Package: git Version: 1:1.8.1-1 Severity: normal Please package the bash-completion script again. Currently only _git_ps1 is available anymore. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,

Bug#698055: git: /etc/bash_completion.d/git gone

2013-01-13 Thread Jonathan Nieder
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;

Bug#698055: git: /etc/bash_completion.d/git gone

2013-01-13 Thread Philipp Marek
Hello Jonathan, How about this patch? diff --git i/debian/git.NEWS.Debian w/debian/git.NEWS.Debian thanks you very much. That helps everybody who reads this notice. How about making /etc/bash_completion.d/git print out a message about that (if not loaded via /etc/bash_completion)

Bug#698055: git: /etc/bash_completion.d/git gone

2013-01-13 Thread Jonathan Nieder
tags 698055 + pending quit Philipp Marek wrote: How about making /etc/bash_completion.d/git print out a message about that (if not loaded via /etc/bash_completion) As you hint, any file in /etc/bash_completion.d is loaded automatically when /etc/bash_completion is first sourced.

Bug#698055: git: /etc/bash_completion.d/git gone

2013-01-13 Thread Philipp Marek
Hello Jonathan, 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

Bug#698055: git: /etc/bash_completion.d/git gone

2013-01-13 Thread Jonathan Nieder
Philipp Marek wrote: Hello Jonathan, +elif [ -e /etc/bash_completion.d/git ] you might want to put a ; then at the end of this elif line. Good catch. Thanks. + . /etc/bash_completion.d/git +fi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a