summaryrefslogtreecommitdiffstats
path: root/man1/git-range-diff.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-range-diff.1')
-rw-r--r--man1/git-range-diff.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-range-diff.1 b/man1/git-range-diff.1
index 8036b41c7..2fc3fd045 100644
--- a/man1/git-range-diff.1
+++ b/man1/git-range-diff.1
@@ -2,12 +2,12 @@
.\" Title: git-range-diff
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-23
+.\" Date: 2023-10-29
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.482.g2e8e77cbac
+.\" Source: Git 2.42.0.526.g3130c155df
.\" Language: English
.\"
-.TH "GIT\-RANGE\-DIFF" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
+.TH "GIT\-RANGE\-DIFF" "1" "2023\-10\-29" "Git 2\&.42\&.0\&.526\&.g3130c1" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -238,7 +238,7 @@ A typical output of \fBgit range\-diff\fR would look like this:
.\}
.sp
.sp
-In this example, there are 3 old and 3 new commits, where the developer removed the 3rd, added a new one before the first two, and modified the commit message of the 2nd commit as well its diff\&.
+In this example, there are 3 old and 3 new commits, where the developer removed the 3rd, added a new one before the first two, and modified the commit message of the 2nd commit as well as its diff\&.
.sp
When the output goes to a terminal, it is color\-coded by default, just like regular \fBgit diff\fR\*(Aqs output\&. In addition, the first line (adding a commit) is green, the last line (deleting a commit) is red, the second line (with a perfect match) is yellow like the commit header of \fBgit show\fR\*(Aqs output, and the third line colors the old commit red, the new one green and the rest like \fBgit show\fR\*(Aqs commit header\&.
.sp