Fixes: 606e088d5d9a ("update-index: add --show-index-version") Signed-off-by: Dov Murik <dov.murik@xxxxxxxxx> --- Documentation/git-update-index.txt | 1 + 1 file changed, 1 insertion(+) 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>...] base-commit: 3402c0e53fb798cb471dd6562eb5c938885b7295 -- 2.39.3 (Apple Git-146)