On Nov 24, 2011, at 9:29 AM, m...@apollinemike.com wrote: > On Nov 24, 2011, at 9:25 AM, David Kastrup wrote: > >> "m...@apollinemike.com" <m...@apollinemike.com> 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://mike...@git.sv.gnu.org/srv/git/lilypond.git [rietveld] server = codereview.appspot.com cc = lilypond-devel@gnu.org [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 _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel