Re: bash completion with 2.18.0/maint: unknown options

2018-07-14 Thread Дилян Палаузов
Hello Jeff, thanks for your answer. You are right: I have forgotten to run 'make install'. After doing so the completion works again. type git reports /usr/local/bin/git Regards Дилян On Sat, 2018-07-14 at 17:24 -0400, Jeff King wrote: > On Sat, Jul 14, 2018 at 02:46:17PM +, Дилян

Re: bash completion with 2.18.0/maint: unknown options

2018-07-14 Thread Jeff King
On Sat, Jul 14, 2018 at 02:46:17PM +, Дилян Палаузов wrote: > After upgrading to 2.18 the completion does not work: > > typing "git de" prints > my@host:~$ git deUnknown option: --list-cmds=list- > mainporcelain,others,nohelpers,alias,list-complete,config > usage: git [--version] [--help]

bash completion with 2.18.0/maint: unknown options

2018-07-14 Thread Дилян Палаузов
Hello, in /git/git I have v2.18.0 and in ~/.bashrc : export PS1='${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\ e[ 01;34m\]\w\[\e[36m\]$(__git_ps1 " %s")\$ \[\e[0m\]' source /git/git/contrib/completion/git-completion.bash source /git/git/contrib/completion/git-prompt.sh