diff options
author | Patrick Steinhardt <patrick.steinhardt@elego.de> | 2017-02-28 09:59:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-28 11:34:36 -0800 |
commit | 1aa38199afd374ca06c22beadae5fe02402b38e4 (patch) | |
tree | dac5879887e49d9f2a6407bb69488998f74a4802 | |
parent | e7e07d5a4fcc2a203d9873968ad3e6bd4d7419d7 (diff) | |
download | git-1aa38199afd374ca06c22beadae5fe02402b38e4.tar.gz git-1aa38199afd374ca06c22beadae5fe02402b38e4.tar.xz |
docs/diffcore: fix grammar in diffcore-rename header
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/gitdiffcore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitdiffcore.txt b/Documentation/gitdiffcore.txt index 46bc6d077..cf009a187 100644 --- a/Documentation/gitdiffcore.txt +++ b/Documentation/gitdiffcore.txt @@ -119,7 +119,7 @@ the original is used), and can be customized by giving a number after "-B" option (e.g. "-B75" to tell it to use 75%). -diffcore-rename: For Detection Renames and Copies +diffcore-rename: For Detecting Renames and Copies ------------------------------------------------- This transformation is used to detect renames and copies, and is |