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

Bug 323180

Summary: API feature request: Add convenience methods for common references.
Product: [Technology] JGit Reporter: Severin Gehwolf <sgehwolf>
Component: JGitAssignee: Project Inbox <jgit.core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: santaris, sgehwolf, stefan.lay
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Severin Gehwolf CLA 2010-08-19 14:22:29 EDT
It would be nice if there was something like getHeads(); getRemotes(); getLocals(); instead of doing repo.getRefDatabase().getRefs(Constants.R_REMOTES) etc.
Comment 1 Stefan Lay CLA 2010-09-28 05:10:29 EDT
Contributions welcome :-)