Hi Dov, Dov Murik <dov.murik@xxxxxxxxx> writes: > Fixes: 606e088d5d9a ("update-index: add --show-index-version") I don't think this trailer is a standard one. Also, the "fixes" doesn't really explain much. Perhaps you meant something like In 606e088d5d (update-index: add --show-index-version, 2023-09-12), we added the new '--show-index-version' option and documented it, but forgot to add it to the synopsis section. Do so now. ? > 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)