From 00d83b13d69737aa6795ab1368c620556c4cf5cd Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 11 Apr 2021 17:57:15 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdd3bcd6..185d375f 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Using the default separator. | unmerged_files | `string` | 'new.txt other.png ...' | Select only files that are Unmerged (U) | | unknown_files | `string` | 'new.txt other.png ...' | Select only files that are Unknown (X) | | all_changed_files | `string` | 'new.txt other.png ...' | Select all paths (*)
*i.e a combination of all options above.* | +| all_modified_files | `string` | 'new.txt other.png ...' | Select all modified files (*)
*i.e a combination of all added,
copied and modified files (ACM).* | ## Example