diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-06-28 15:53:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-06-28 15:53:12 -0700 |
| commit | 0c6c514c500b6c13c9c24ffb83c3191783a2a42e (patch) | |
| tree | ac26e5ecca2d9264fc415e5c55b8012d72c17736 | |
| parent | Merge branch 'ds/scalar-reconfigure-all-fix' into maint-2.45 (diff) | |
| parent | documentation: git-update-index: add --show-index-version to synopsis (diff) | |
| download | git-0c6c514c500b6c13c9c24ffb83c3191783a2a42e.tar.gz git-0c6c514c500b6c13c9c24ffb83c3191783a2a42e.zip | |
Merge branch 'dm/update-index-doc-fix' into maint-2.45
Doc fix.
* dm/update-index-doc-fix:
documentation: git-update-index: add --show-index-version to synopsis
| -rw-r--r-- | Documentation/git-update-index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 8c47890a6a..7128aed540 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -25,6 +25,7 @@ SYNOPSIS [--really-refresh] [--unresolve] [--again | -g] [--info-only] [--index-info] [-z] [--stdin] [--index-version <n>] + [--show-index-version] [--verbose] [--] [<file>...] |
