Closed
Description
I have a feature request: it will be useful to have something similar to git status <path>
that returns which files are modified, untracked, etc. - in the give directory only.
Similar to repo.is_dirty()
, but something that accepts path as well.
The usecase: we use git commitish to generate docker tags, and need to know whether a particular module directory is dirty.