diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:14 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | 6cc668c0abd65415a461c6dddfefffaaeb1d5adc (patch) | |
| tree | 3c50d80fbb4209594f0779be95899d7ba251cb82 /Documentation/config/diff.txt | |
| parent | 401a4e257e6be731f7dd230b399800a1d79415d0 (diff) | |
| download | git-6cc668c0abd65415a461c6dddfefffaaeb1d5adc.tar.xz | |
documentation: fix singular vs. plural
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/diff.txt')
| -rw-r--r-- | Documentation/config/diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/diff.txt b/Documentation/config/diff.txt index 9391c77e55..bd5ae0c337 100644 --- a/Documentation/config/diff.txt +++ b/Documentation/config/diff.txt @@ -1,6 +1,6 @@ diff.autoRefreshIndex:: When using 'git diff' to compare with work tree - files, do not consider stat-only change as changed. + files, do not consider stat-only changes as changed. Instead, silently run `git update-index --refresh` to update the cached stat information for paths whose contents in the work tree match the contents in the |
