[Libre-soc-dev] git.libre-soc.org mesa repo branch

Luke Kenneth Casson Leighton lkcl at lkcl.net
Wed Sep 9 19:35:59 BST 2020


On Wednesday, September 9, 2020, Cole Poirier <colepoirier at gmail.com> wrote:

> Hi Luke,
>
> I just pushed vivek's mesa repo to git.libre-soc.org:mesa on the
> branch libresoc dev, then in order to push my commit that added the
> missing vk_format* files needed to compile fully, git told me I needed
> to run git config push.default 'x' and I used 'upstream'. This
> resulted in me pushing to mesa/master instead of mesa/libresoc_dev.
> I'm a little confused. Should I have set the upstream to be the
> mesa/libresoc_dev branch?


no.

branches need to match one-for-one.

use "+" on the branch name to fix it.

check out master
git push origin +master

check out libresoc_dev
git push origin +libresoc_dev

l.



-- 
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68


More information about the Libre-soc-dev mailing list