Skip to content

Problem with getting untracked files #247

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

Closed
phracek opened this issue Jan 27, 2015 · 2 comments
Closed

Problem with getting untracked files #247

phracek opened this issue Jan 27, 2015 · 2 comments

Comments

@phracek
Copy link

phracek commented Jan 27, 2015

On my Fedora 21 I have installed those packages:
$ rpm -q GitPython
GitPython-0.3.2-0.7.RC1.fc21.noarch
$ rpm -q git
git-2.1.0-4.fc21.x86_64

If I call repo.untracked_files then list is empty.
Unfortunatelly git status returns me:

Untracked files:
(use "git add ..." to include in what will be committed)

.gitignore
COPYING
Makefile
README
README.lnstat
bridge/
configure
doc/
As you can see as untracked files as alone files do not begins with #. https://github.com/gitpython-developers/GitPython/blob/master/git/repo/base.py#L592
@Byron Byron added this to the v0.3.7 - Fixes milestone Jan 27, 2015
@Byron
Copy link
Member

Byron commented Jan 27, 2015

The issue you describe seems to be related to #138 , which was indeed present in the version you are using.
However, it has been fixed in the meanwhile, and I recommend installing the latest version using pip.
Please let me know if that worked for you, so I can close this ticket.
Thanks

@Byron
Copy link
Member

Byron commented Apr 8, 2015

I am closing this issue due to inactivity. Please feel free to comment here in case it is not fixed for you.

@Byron Byron closed this as completed Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants