On Sat, Oct 29, 2022 at 12:25 PM Siddharth Asthana <siddharthasthana31@xxxxxxxxx> wrote: > diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt > index 594b6f2dfd..a8e7906b3d 100644 > --- a/Documentation/git-cat-file.txt > +++ b/Documentation/git-cat-file.txt > @@ -103,6 +103,8 @@ OPTIONS > `--textconv` or `--filters`, in which case the input lines also > need to specify the path, separated by whitespace. See the > section `BATCH OUTPUT` below for details. > + If used with `--use-mailmap` option, will show the size of > + updated object after replacing idents using the mailmap mechanism. I think all documentation changes should probably go to the documentation patch that was split off this series, instead of in this series. Whether the other patch gets merged before or after this series, I think it will simplify things. Otherwise, this LGTM, thanks!