From e6d9964230cd7c673698c9402ea65a6ec1134d4c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 24 Apr 2021 04:47:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e15ecb72..a6240d75 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ Using the default separator. | D | Deleted | | R | Renamed | | T | Type changed | +| U | Unmerged | | X | Unknown | @@ -143,6 +144,7 @@ Using the default separator. | modified_files | `string` | 'new.txt other.png ...' | Select only files that are Modified (M) | | renamed_files | `string` | 'new.txt other.png ...' | Select only files that are Renamed (R) | | changed_files | `string` | 'new.txt other.png ...' | Select only files that have their type changed (T) | +| 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) |