Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » branch.master.merge key for pull
branch.master.merge key for pull [message #666405] Wed, 20 April 2011 10:55 Go to next message
Maxime Jeanmart is currently offline Maxime JeanmartFriend
Messages: 35
Registered: November 2010
Member
Hi all,

I always have the following error message when I try to pull master branch from origin:
"no values for key branch.master.merge" found in configuration".

Indeed I don't have that key in my git configuration but I don't know how to configure it. Besides, I noticed that none of my colleagues have the problem though they don't have that key either.

Does anyone know what the problem is?

Best regards,
Max
Re: branch.master.merge key for pull [message #666407 is a reply to message #666405] Wed, 20 April 2011 11:09 Go to previous messageGo to next message
Manuel Doninger is currently offline Manuel DoningerFriend
Messages: 119
Registered: October 2010
Senior Member
The problem is simple: EGit doesn't know, from which remote branch you want to pull.
If you create your local branch based on a remote tracking branch, then that key is generated automatically.
Otherwise you can create it yourself:
branch.master.merge=refs/heads/master
branch.master.remote=origin

master stands for the branchname, in the key it's your local branch, in the value it's the branch in the remote repository. Place that in the repository-specific configuration file (%repositorypath%\.git\config)
Re: branch.master.merge key for pull [message #666577 is a reply to message #666407] Thu, 21 April 2011 06:54 Go to previous messageGo to next message
Maxime Jeanmart is currently offline Maxime JeanmartFriend
Messages: 35
Registered: November 2010
Member
That works, thanks.
That's easy to solve.

It's probably possible to improve usability by adding some explanations like "add the branch.master.merge entry in the repository config file" or something like that. With an example, it's even better. (just a suggestion, of course)

Re: branch.master.merge key for pull [message #666601 is a reply to message #666405] Thu, 21 April 2011 09:33 Go to previous messageGo to next message
Manuel Doninger is currently offline Manuel DoningerFriend
Messages: 119
Registered: October 2010
Senior Member
Can you file that as a bug in buzilla?
Re: branch.master.merge key for pull [message #666686 is a reply to message #666577] Thu, 21 April 2011 15:33 Go to previous messageGo to next message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Please file a bug Smile

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit& ;rep_platform=All&op_sys=All
Re: branch.master.merge key for pull [message #666758 is a reply to message #666686] Fri, 22 April 2011 08:12 Go to previous messageGo to next message
Maxime Jeanmart is currently offline Maxime JeanmartFriend
Messages: 35
Registered: November 2010
Member
Bug 343638 has been added to the database Smile
Re: branch.master.merge key for pull [message #683377 is a reply to message #666405] Mon, 13 June 2011 16:14 Go to previous messageGo to next message
Jaxim Flash is currently offline Jaxim FlashFriend
Messages: 8
Registered: June 2011
Junior Member
I'm a GIT & eGit newbie.

Can someone tell me how to create the branch myself using Manuel's suggestion:
branch.master.merge=refs/heads/master
branch.master.remote=origin

Where do I put this info within eclipse? Since I'm newbie, please don't be too technical.
Re: branch.master.merge key for pull [message #819047 is a reply to message #683377] Mon, 12 March 2012 12:25 Go to previous messageGo to next message
Dmitry Katsubo is currently offline Dmitry KatsuboFriend
Messages: 14
Registered: November 2010
Junior Member

mr_nice_1973 wrote on Mon, 13 June 2011 12:14
Where do I put this info within eclipse? Since I'm newbie, please don't be too technical.

You can do from "Git Repository" perspective → right click on the project → "Open properties view" → press "Edit" button on toolbar on this view → now you can add new entries.
Re: branch.master.merge key for pull [message #819660 is a reply to message #819047] Tue, 13 March 2012 07:07 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
The easiest way to achieve this is to click "Create Branch" in the repositories view
on the remote tracking branch you want to pull from, then this configuration is created
by EGit automatically.
Previous Topic:Push from JGit->JGit "push not permitted"
Next Topic:EGit pull results in NPE
Goto Forum:
  


Current Time: Sat Apr 20 01:42:02 GMT 2024

Powered by FUDForum. Page generated in 0.03579 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top