Indicator that upstream branch has updated? [message #937097] |
Mon, 08 October 2012 12:58  |
Eclipse User |
|
|
|
Hi,
I've tried searching, but I can't find an answer to this question:
Does EGit indicate which projects' repos have upstream updates to the branch you currently have checked out? In other words, if my local git repo is a clone from GitHub (and so I have tracking branches), will I get an indicator that tells me visually that GitHub has been updated and that I need to fetch if I want to be in sync?
Sorry for being clueless -- All I really want is easy in-eclipse notifications, and I'm wondering if EGit can help me or not. Thanks for any reply.
-- DZ
|
|
|
|
|
|
Re: Indicator that upstream branch has updated? [message #1772195 is a reply to message #1772180] |
Wed, 06 September 2017 09:47  |
Eclipse User |
|
|
|
Yes, that sounds nice, and no, AFAIK, there is no existing request for it. There is a related report from 2015 about showing this also for submodules.
Showing this in the repositories view for all local branches that do track a remote branch is a good idea. If you could contribute code for this, that'd be great.
This may need a bit of caching. Computing the BranchTrackingStatus is not for free, and spending lots of time inside the decorator in a RevWalk to compute this info should be avoided as much as possible.
|
|
|
Powered by
FUDForum. Page generated in 0.04489 seconds