On Mon, Dec 07, 2015 at 04:30:23PM +0000, Mark Brown wrote:
% git ls-remote [2]https://git.linaro.org/people/david.brown/linux-lsk pan-4.1 4cf4454ff0137f000d68d5e5fcf7dd7025b51482 refs/remotes/davidb/pan-4.1
$ git ls-remote [3]https://git.linaro.org/people/david.brown/linux-lsk pan-4.1 4cf4454ff0137f000d68d5e5fcf7dd7025b51482 refs/remotes/davidb/pan-4.1 $ git fetch [4]https://git.linaro.org/people/david.brown/linux-lsk pan-4.1 fatal: Couldn't find remote ref pan-4.1 fetch is what people actually need to be able to get the code. You can also see this being broken if you look in gitweb - there's no reference to PAN branches. It looks like what you've done here is pushed to a remote object called "refs/remotes/davidb/pan-4.1" not "refs/heads/davidb/pan-4.1" which is probably what you meant.
Thanks. That was an awful silly thing of me to do. I've pushed to the proper heads now.
David