Message ID | 20220506160151.GA596656@nvidia.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [GIT,PULL] Please pull RDMA subsystem changes | expand |
On Fri, May 6, 2022 at 9:01 AM Jason Gunthorpe <jgg@nvidia.com> wrote: > > 6 files changed, 92 insertions(+), 103 deletions(-) I couldn't for the life of me understand how you got to that diffstat, since everything I tried gave me 6 files changed, 85 insertions(+), 96 deletions(-) instead. Until I realized that you must be using the '--histogram' flag to git diff. It seems to give quite different results for rxe/rxe_mcast.c. Better? Worse? I dunno. But it threw me. Linus
The pull request you sent on Fri, 6 May 2022 13:01:51 -0300:
> git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4df22ca85d3d73f9822b1a354bb56dd1872180cd
Thank you!
On Fri, May 06, 2022 at 09:57:07AM -0700, Linus Torvalds wrote: > On Fri, May 6, 2022 at 9:01 AM Jason Gunthorpe <jgg@nvidia.com> wrote: > > > > 6 files changed, 92 insertions(+), 103 deletions(-) > > I couldn't for the life of me understand how you got to that diffstat, > since everything I tried gave me > > 6 files changed, 85 insertions(+), 96 deletions(-) > > instead. > > Until I realized that you must be using the '--histogram' flag to git > diff. It seems to give quite different results for rxe/rxe_mcast.c. Huh. That is surprising - I can't say why anymore, but yes this git tree did have the histrogram setting in the git config. I took it away Thanks, Jason