Skip to content

repo.tracked_files #857

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

Open
hlb-schmidt opened this issue Mar 26, 2019 · 1 comment
Open

repo.tracked_files #857

hlb-schmidt opened this issue Mar 26, 2019 · 1 comment

Comments

@hlb-schmidt
Copy link

https://gitpython.readthedocs.io/en/stable/tutorial.html tells that there is repo.untracked_files to get list of untracked files.

therefor, there should be repo.tracked_files to get list of tracked files.

ps. how do we even do it now? https://gitpython.readthedocs.io/en/stable/reference.html has no mention of "tracked files"...

@Byron
Copy link
Member

Byron commented Jul 20, 2019

Even though one can certainly get a list of tracked files by iterating a Tree object, I agree it would be nice to have a symmetric API.

About the post scriptum, when looking for documentation, I could find it. Personally I find the generated docs rather convoluted, which certainly doesn't make it easy to find what one is looking for.

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