On 2011-02-24 09:00 +0800, Dave Abrahams wrote: > Git is really opaque with respect to which upstream branch a given > branch will push to or pull from by default, etc. It seems like the > magit branch manager would be a perfect place to make that kind of > information visible. Bonus: it would be awesome if the information > could be represented in a form more easily comprehensible than what I > see in .git/config
I just implemented this for myself and found that upstream already has this feature. Although my implementation seems simpler because it parses the output of 'git branch -vva' directly. Cheers, Leo -- Oracle is the new evil
