diff options
author | Anthony Sottile <asottile@umich.edu> | 2017-07-31 07:00:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-31 09:57:12 -0700 |
commit | bc9b7e207f4bca81bd6aa46a078aa9f87017dc06 (patch) | |
tree | 77a7066c2bab17185b6f5141fa89bad4f11e7a64 /Documentation/diff-options.txt | |
parent | fixes from 'master' for 2.13.4 (diff) | |
download | tgif-bc9b7e207f4bca81bd6aa46a078aa9f87017dc06.tar.xz |
diff-options doc: grammar fix
Signed-off-by: Anthony Sottile <asottile@umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
-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. + |