GNOME Bugzilla – Bug 698564
can't pull from remote git repository
Last modified: 2013-04-27 09:50:00 UTC
In Meld's version control view, when I select a working copy's root directory and press the Update button, Meld does this: === git pull . From . * branch HEAD -> FETCH_HEAD Already up-to-date. === That does *not* fetch changes from a remote repository. I think in this situation Meld should run a regular 'git pull', which is what the user presumably expects.
This should be fixed in HEAD. I've had to create a new interface (such as it is) to the VC modules to do this, so this is a bit experimental at the moment. I can't foresee any issues, but if you notice anything newly broken then please do file bugs. Thanks for the report.
Seems to work great!