Re: access to all remote branches

2014-03-11 Thread Benkő Pál
hi,

 I've had to reinstall LilyDev, and I'm no longer able to see all of the
 remote branches.  When I run

 git branch -a

 I simply see:

 dev/local_working
 master
 remotes/origin/master

you may have cloned only the master branch.  try
git fetch --all

p

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: access to all remote branches

2014-03-11 Thread David Nalesnik
On Tue, Mar 11, 2014 at 5:03 PM, Benkő Pál benko@gmail.com wrote:

 hi,

  I've had to reinstall LilyDev, and I'm no longer able to see all of the
  remote branches.  When I run
 
  git branch -a
 
  I simply see:
 
  dev/local_working
  master
  remotes/origin/master

 you may have cloned only the master branch.  try
 git fetch --all


Now I remember having used that command before.  Unfortunately, when I try
it now I still get the three branches.  Could it be something I need to
change in a config file?  Running git config --list gives me:

user.name=David Nalesnik
user.email=david.nales...@gmail.com
remote.origin.url=ssh://dnales...@git.sv.gnu.org/srv/git/lilypond.git
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=ssh://dnales...@git.sv.gnu.org/srv/git/lilypond.git
remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.master.rebase=true

--David
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: access to all remote branches

2014-03-11 Thread David Nalesnik
Hi again,

On Tue, Mar 11, 2014 at 5:39 PM, David Nalesnik david.nales...@gmail.comwrote:

[...]


 Could it be something I need to change in a config file?
  http://user.name


Yes, that was exactly it...  Just found this link:
http://lists.gnu.org/archive/html/lilypond-devel/2012-02/msg00165.html

I ran git config --edit and made the manual change.  Now git fetch --all
gets everything.

Thanks and sorry to tread familiar ground.  Apparently my searching skills
aren't that hot.

--David
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel