@@ -68,7 +68,8 @@ if it is part of the log message.
68
68
69
69
-i::
70
70
--regexp-ignore-case::
71
- Match the regexp limiting patterns without regard to letters case.
71
+ Match the regular expression limiting patterns without regard to letter
72
+ case.
72
73
73
74
--basic-regexp::
74
75
Consider the limiting patterns to be basic regular expressions;
@@ -85,7 +86,7 @@ if it is part of the log message.
85
86
pattern as a regular expression).
86
87
87
88
--perl-regexp::
88
- Consider the limiting patterns to be Perl-compatible regexp .
89
+ Consider the limiting patterns to be Perl-compatible regular expressions .
89
90
Requires libpcre to be compiled in.
90
91
91
92
--remove-empty::
@@ -191,9 +192,9 @@ endif::git-rev-list[]
191
192
For example, if you have two branches, `A` and `B`, a usual way
192
193
to list all commits on only one side of them is with
193
194
`--left-right` (see the example below in the description of
194
- the `--left-right` option). It however shows the commits that were cherry-picked
195
- from the other branch (for example, ``3rd on b'' may be cherry-picked
196
- from branch A). With this option, such pairs of commits are
195
+ the `--left-right` option). However, it shows the commits that were
196
+ cherry-picked from the other branch (for example, ``3rd on b'' may be
197
+ cherry-picked from branch A). With this option, such pairs of commits are
197
198
excluded from the output.
198
199
199
200
--left-only::
@@ -447,7 +448,7 @@ The effect of this is best shown by way of comparing to
447
448
`---------'
448
449
-----------------------------------------------------------------------
449
450
+
450
- Note the major differences in `N`, `P` and `Q` over `--full-history`:
451
+ Note the major differences in `N`, `P`, and `Q` over `--full-history`:
451
452
+
452
453
--
453
454
* `N`'s parent list had `I` removed, because it is an ancestor of the
@@ -467,7 +468,7 @@ Finally, there is a fifth simplification mode available:
467
468
Limit the displayed commits to those directly on the ancestry
468
469
chain between the ``from'' and ``to'' commits in the given commit
469
470
range. I.e. only display commits that are ancestor of the ``to''
470
- commit, and descendants of the ``from'' commit.
471
+ commit and descendants of the ``from'' commit.
471
472
+
472
473
As an example use case, consider the following commit history:
473
474
+
@@ -631,9 +632,9 @@ These options are mostly targeted for packing of Git repositories.
631
632
--no-walk[=(sorted|unsorted)]::
632
633
Only show the given commits, but do not traverse their ancestors.
633
634
This has no effect if a range is specified. If the argument
634
- `unsorted` is given, the commits are show in the order they were
635
+ `unsorted` is given, the commits are shown in the order they were
635
636
given on the command line. Otherwise (if `sorted` or no argument
636
- was given), the commits are show in reverse chronological order
637
+ was given), the commits are shown in reverse chronological order
637
638
by commit time.
638
639
639
640
--do-walk::
@@ -656,7 +657,7 @@ include::pretty-options.txt[]
656
657
--date=(relative|local|default|iso|rfc|short|raw)::
657
658
Only takes effect for dates shown in human-readable format, such
658
659
as when using `--pretty`. `log.date` config variable sets a default
659
- value for log command's `--date` option.
660
+ value for the log command's `--date` option.
660
661
+
661
662
`--date=relative` shows dates relative to the current time,
662
663
e.g. ``2 hours ago''.
@@ -666,9 +667,9 @@ e.g. ``2 hours ago''.
666
667
`--date=iso` (or `--date=iso8601`) shows timestamps in ISO 8601 format.
667
668
+
668
669
`--date=rfc` (or `--date=rfc2822`) shows timestamps in RFC 2822
669
- format, often found in E-mail messages.
670
+ format, often found in email messages.
670
671
+
671
- `--date=short` shows only date but not time, in `YYYY-MM-DD` format.
672
+ `--date=short` shows only the date, but not the time, in `YYYY-MM-DD` format.
672
673
+
673
674
`--date=raw` shows the date in the internal raw Git format `%s %z` format.
674
675
+
@@ -749,7 +750,7 @@ ifndef::git-rev-list[]
749
750
Diff Formatting
750
751
~~~~~~~~~~~~~~~
751
752
752
- Below are listed options that control the formatting of diff output.
753
+ Listed below are options that control the formatting of diff output.
753
754
Some of them are specific to linkgit:git-rev-list[1], however other diff
754
755
options may be given. See linkgit:git-diff-files[1] for more options.
755
756
0 commit comments