You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: