On Mon, Dec 2, 2019 at 6:19 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Here are the topics that have been cooking. Commits prefixed with > '-' are only in 'pu' (proposed updates) while commits prefixed with > '+' are in 'next'. The ones marked with '.' do not appear in any of > the integration branches, but I am still holding onto them. > > The second batch of topics are now in 'master'; this was a rather > large update, so there might be some fallout. Many topics are still > in 'next' to be merged to 'master' soonish, and many others are > waiting to be in 'next'. Did you forget to push these out? I see: $ git ls-remote git://github.com/gitster/git | grep refs/heads/master d9f6f3b6195a0ca35642561e530798ad1469bd41 refs/heads/master $ git ls-remote git://git.kernel.org/pub/scm/git/git.git | grep refs/heads/master d9f6f3b6195a0ca35642561e530798ad1469bd41 refs/heads/master (...and the same for a few other clone URLs) $ git log -1 d9f6f3b6195a0ca35642561e530798ad1469bd41 commit d9f6f3b6195a0ca35642561e530798ad1469bd41 (origin/master, origin/HEAD, gitster/master) Author: Junio C Hamano <gitster@xxxxxxxxx> Date: Sun Nov 10 18:00:59 2019 +0900 The first batch post 2.24 cycle Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx>