pygit2
pygit2 copied to clipboard
Walk through a specific subdirectory
How do I walk through a specific subdirectory? , in terminal I can do something similar to git log -- path/to/folder
However in this lib I couldn't find a way to do so, Atleast I couldn't find it in the docs https://www.pygit2.org/recipes/git-log.html
Thanks in advance.
Same here.