H45AN / git-core

Automatically exported from code.google.com/p/git-core
Other
1 stars 0 forks source link

Bash Completion Returns Only Tags #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Forwarded from Ubuntu Lanchpad:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/973791

I am not the original reporter, but could confirm the behavior.

Steps to reproduce:
mkdir foo
cd foo
git init
mkdir debian
touch debian/control
git add debian/control
git commit -am "blah"
git tag debian/1.0.0-1
git checkout deb<TAB>

Expected result:
debian/1.0.0-1 debian/control
$ git checkout deb

Actual result:
$ git checkout debian/1.0.0-1

What version of the product are you using? On what operating system?
Original Reporter: 1.7.9.1-1 on Ubuntu 12.04
Forwarder: 1.7.5.4-1 on Ubuntu 11.10

Original issue reported on code.google.com by dmo...@gmail.com on 5 Apr 2012 at 5:16