Re: [GIT pull] scheduler updates for 5.1

From: Linus Torvalds
Date: Sun Mar 24 2019 - 14:49:04 EST


On Sun, Mar 24, 2019 at 11:39 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Now doing a fresh clone from git.k.org (not ssh) shows me the stale commit
> from last week.

Now it gets me the right thing too.

Note that I have some git magic that means that I always pull from the
ssh side of kernel.org, just to avoid any stale issues:

- my ~/.gitconfig does url rewriting to use the ssh//gitolite address

- I have a prepare-commit-msg hook that then re-writes the ssh
address to the public address

so it wasn't due to mirroring latency.

Whatever. It looks right to me now, so I've pulled it.

Linus