Message ID | 20210709234054.10288-2-olof@lixom.net (mailing list archive) |
---|---|
State | Accepted |
Commit | e083bbd6040f4efa5c13633fb4e460b919d69dae |
Headers | show |
Series | [GIT,PULL,1/4] ARM: SoC changes for 5.14 | expand |
What? My shortlog matches yours, but my diffstat isn't even close. You show 554 commits, but then your diffstat as not a single file from arch/arm*/boot/dts, and says: On Fri, Jul 9, 2021 at 4:41 PM Olof Johansson <olof@lixom.net> wrote: > > 97 files changed, 8428 insertions(+), 5174 deletions(-) while mine is very different indeed: 552 files changed, 24060 insertions(+), 3691 deletions(-) I suspect you got the diffstat from something else entirely, because mine looks a lot more believable and matches the commits listed in the shortlog a lot better.. Linus
The pull request you sent on Fri, 9 Jul 2021 16:40:52 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-dt-5.14
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e083bbd6040f4efa5c13633fb4e460b919d69dae
Thank you!
On Sat, Jul 10, 2021 at 9:45 AM Linus Torvalds <torvalds@linux-foundation.org> wrote: > > What? > > My shortlog matches yours, but my diffstat isn't even close. > > You show 554 commits, but then your diffstat as not a single file from > arch/arm*/boot/dts, and says: > > On Fri, Jul 9, 2021 at 4:41 PM Olof Johansson <olof@lixom.net> wrote: > > > > 97 files changed, 8428 insertions(+), 5174 deletions(-) > > while mine is very different indeed: > > 552 files changed, 24060 insertions(+), 3691 deletions(-) > > I suspect you got the diffstat from something else entirely, because > mine looks a lot more believable and matches the commits listed in the > shortlog a lot better.. Yeah, this was an operator error at my end due to the workflow I have when I generate the pull requests. Thanks for noticing, and as you saw on the 3rd branch, the info was swapped between them. For more detail in case anyone is interested: I merge the set of pull requests one by one on top of your branch, and then run a script that generates the pull requests. At least when we started out, git request-pull got confused and generated wrong info when we had complex merges. This time around I generated them backwards: Merged all 4, then generated the last pull request email, reset back to the next head (with the previous branch), generated that, etc. The mistake here is that I mixed up the order of the two middle ones. So I specified the tag (and got the commit message from it), but obviously the diffstats and the shortlogs ended up generated from what was in the working tree, i.e. the other branch. My bad, and something I'll double check for in the future or add a sanity-check for in the script. -Olof