summaryrefslogtreecommitdiffstats
path: root/Documentation/user-review-ui.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/user-review-ui.txt')
-rw-r--r--Documentation/user-review-ui.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/user-review-ui.txt b/Documentation/user-review-ui.txt
index 99ce645599..de17c00b0a 100644
--- a/Documentation/user-review-ui.txt
+++ b/Documentation/user-review-ui.txt
@@ -307,7 +307,7 @@ image::images/user-review-ui-change-screen-file-list-mark-as-reviewed.png[width=
The type of a file modification is indicated by the character in front
of the file name:
-- 'no character' (Modified):
+- `M` or 'no character' (Modified):
+
The file existed before this change and is modified.
@@ -327,6 +327,13 @@ The file is renamed.
+
The file is new and is copied from an existing file.
+- `U` (Unchanged):
++
+The file is unchanged and has the same content. Unchanged files only
+appear in the file list if 2 patch sets are compared and the file has
+comments on at least one of the sides. Otherwise unchanged files are
+filtered out.
+
image::images/user-review-ui-change-screen-file-list-modification-type.png[width=800, link="images/user-review-ui-change-screen-file-list-modification-type.png"]
[[rename-or-copy]]