Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 371166

Summary: Allow to view and edit branch config information via Git Repositories view
Product: [Technology] EGit Reporter: Deepak Azad <deepakazad>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: jamesblackburn+eclipse, robin
Version: 1.3   
Target Milestone: 2.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Deepak Azad CLA 2012-02-09 22:16:12 EST
I frequently find myself viewing or modifying the following 3 properties for a local branch.

	remote = origin
	merge = refs/heads/master
	rebase = true

For now I keep the config file open in a text editor and view and edit the properties there. However, it would be useful to at least see the information right in 'Git Repositories' view.

For a repository the current checked out branch is shown next to it like 
   eclipse.jdt.ui [integration]

Maybe something similar can be done for branches as well, e.g.
   master [remote = github, merge = refs/heads/master, rebase = true]
   integration [remote = origin, merge = refs/heads/integration, rebase = true]
Comment 1 Robin Stocker CLA 2013-05-20 14:09:59 EDT
This has been implemented in 2.0, you can right click on a branch in the Git Repositories view and select Configure Branch...
Comment 2 Robin Stocker CLA 2013-05-20 14:14:28 EDT
*** Bug 345504 has been marked as a duplicate of this bug. ***