diff options
author | Denton Liu <liu.denton@gmail.com> | 2020-09-17 00:44:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-17 09:38:46 -0700 |
commit | b277b737d987b272487f95a6e2afb22edd203553 (patch) | |
tree | de00fe44d46134023ceabd40a207e3e864bcfe67 | |
parent | t4068: remove unnecessary >tmp (diff) | |
download | tgif-b277b737d987b272487f95a6e2afb22edd203553.tar.xz |
git-diff-index.txt: make --cached description a proper sentence
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-diff-index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff-index.txt b/Documentation/git-diff-index.txt index f4bd8155c0..25fe165f00 100644 --- a/Documentation/git-diff-index.txt +++ b/Documentation/git-diff-index.txt @@ -27,7 +27,7 @@ include::diff-options.txt[] The id of a tree object to diff against. --cached:: - do not consider the on-disk file at all + Do not consider the on-disk file at all. -m:: By default, files recorded in the index but not checked |