diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-04 09:29:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-04 09:29:14 -0700 |
commit | ddd1133c5e1c549ff9b73c6aafc16460dcf3570e (patch) | |
tree | 489bf58846f6304564d0f3028a1f67dc36a7f098 | |
parent | 384a8b271c076693d00c97184b5c41ab3a95e64d (diff) | |
parent | bc9b7e207f4bca81bd6aa46a078aa9f87017dc06 (diff) | |
download | git-ddd1133c5e1c549ff9b73c6aafc16460dcf3570e.tar.gz |
Merge branch 'as/diff-options-grammofix'
A grammofix.
* as/diff-options-grammofix:
diff-options doc: grammar fix
-rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 89cc0f48de..43d18a4c5c 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -392,7 +392,7 @@ endif::git-log[] the diff between the preimage and `/dev/null`. The resulting patch is not meant to be applied with `patch` or `git apply`; this is solely for people who want to just concentrate on reviewing the - text after the change. In addition, the output obviously lack + text after the change. In addition, the output obviously lacks enough information to apply such a patch in reverse, even manually, hence the name of the option. + |