docs(git): information about untracked changes

This commit is contained in:
jooooel 2022-12-20 14:12:21 +01:00 committed by Jan De Dobbeleer
parent dda12ff877
commit f589688f2d

View file

@ -155,6 +155,7 @@ You can set the following properties to `true` to enable fetching additional inf
| `.Deleted` | `int` | number of deleted changes |
| `.Added` | `int` | number of added changes |
| `.Modified` | `int` | number of modified changes |
| `.Untracked`| `int` | number of untracked changes |
| `.Changed` | `boolean` | if the status contains changes or not |
| `.String` | `string` | a string representation of the changes above |