summaryrefslogtreecommitdiffstats
path: root/man1/git-whatchanged.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-whatchanged.1')
-rw-r--r--man1/git-whatchanged.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-whatchanged.1 b/man1/git-whatchanged.1
index 3fca25136..1b46fc1f2 100644
--- a/man1/git-whatchanged.1
+++ b/man1/git-whatchanged.1
@@ -2,12 +2,12 @@
.\" Title: git-whatchanged
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-WHATCHANGED" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-WHATCHANGED" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
-git-whatchanged \- Show logs with difference each commit introduces
+git-whatchanged \- Show logs with differences each commit introduces
.SH "SYNOPSIS"
.sp
.nf
@@ -39,9 +39,9 @@ git-whatchanged \- Show logs with difference each commit introduces
.sp
Shows commit logs and diff output each commit introduces\&.
.sp
-New users are encouraged to use \fBgit-log\fR(1) instead\&. The \fBwhatchanged\fR command is essentially the same as \fBgit-log\fR(1) but defaults to show the raw format diff output and to skip merges\&.
+New users are encouraged to use \fBgit-log\fR(1) instead\&. The \fBwhatchanged\fR command is essentially the same as \fBgit-log\fR(1) but defaults to showing the raw format diff output and skipping merges\&.
.sp
-The command is kept primarily for historical reasons; fingers of many people who learned Git long before \fBgit log\fR was invented by reading Linux kernel mailing list are trained to type it\&.
+The command is primarily kept for historical reasons; fingers of many people who learned Git long before \fBgit log\fR was invented by reading the Linux kernel mailing list are trained to type it\&.
.SH "EXAMPLES"
.PP
\fBgit whatchanged \-p v2\&.6\&.12\&.\&. include/scsi drivers/scsi\fR