Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash Completion Returns Only Tags #11

Open
GoogleCodeExporter opened this issue Mar 31, 2016 · 0 comments
Open

Bash Completion Returns Only Tags #11

GoogleCodeExporter opened this issue Mar 31, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant