lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 pushes to dev/staging


From: address@hidden
Subject: Re: 2 pushes to dev/staging
Date: Thu, 24 Nov 2011 09:34:55 +0100

On Nov 24, 2011, at 9:29 AM, address@hidden wrote:

> On Nov 24, 2011, at 9:25 AM, David Kastrup wrote:
> 
>> "address@hidden" <address@hidden> writes:
>> 
>>> Hey all,
>>> 
>>> I think I pushed two commits to staging today but I am not certain
>>> that my changes actually got pushed (I got a different message when
>>> pushing than usual - "Everything up-to-date").  Could someone please
>>> verify that they are indeed in staging
>>> (111f4707f90a4512f2c945ee5a47510c210b45f9 and
>>> 006a7e62037188718465427626174af5b6f03a1d)?
>> 
>> They aren't.  Most likely cause:
>> 
>> git push origin staging
>> 
>> when you have not actually committed your changes to the staging branch
>> at your site.
> 
> Thanks for the tip!  Unfortunately, it is still not working :(
> 
> I got:
> 
> error: src refspec staging does not match any.
> error: failed to push some refs to 'ssh://git.sv.gnu.org/srv/git/lilypond.git'
> 
> Cheers,
> MS

Here's my .git/config.  There's a lot of cruft for my individual branches, but 
it'll give you the general idea of my setup:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = ssh://git.sv.gnu.org/srv/git/lilypond.git
        fetch = +refs/heads/staging:refs/remotes/origin/staging
[remote "originl"]
        url = ssh://address@hidden/srv/git/lilypond.git
[rietveld]
        server = codereview.appspot.com
        cc = address@hidden
[branch "master"]
        remote = origin
        merge = refs/heads/master
        rietveldissue = 4980041
        rietveldpatchset = 1
        rebase = true
[branch "automatic-ordering"]
        rietveldissue = 4877041
        rietveldpatchset = 34010
[branch "leftedge"]
        rietveldissue = 5201043
        rietveldpatchset = 8001
[branch "understanding-pure"]
        rietveldissue = 5364048
        rietveldpatchset = 11005
[branch "justsb"]
        rietveldissue = 5323062
        rietveldpatchset = 59043
[branch "defs"]
        rietveldissue = 5412050
        rietveldpatchset = 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]