Skip to content

Commit 4be3c8b

Browse files
author
Nguyen Huy Hoang
committed
feat: add missing repo.tracked_files convenience property
Signed-off-by: Nguyen Huy Hoang <[email protected]>
1 parent ca633be commit 4be3c8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ or low-level like git-plumbing.
2727
It provides abstractions of git objects for easy access of repository data often backed by calling the `git`
2828
command-line program.
2929

30+
For file discovery convenience, repositories expose both `Repo.untracked_files` and `Repo.tracked_files`.
31+
3032
### DEVELOPMENT STATUS
3133

3234
This project is in **maintenance mode**, which means that

0 commit comments

Comments
 (0)