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 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 ]
you might want to put a "; then" at the end of this "elif" line.

> +      . /etc/bash_completion.d/git
> +    fi


-- 
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