From: Shawn O. Pearce Date: Tue, 7 Nov 2006 10:02:15 +0000 (-0500) Subject: git-gui: Added support for pulling from default branch of a remote. X-Git-Tag: gitgui-0.6.0~284 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d33ba5fa809be1714c7f31f128a7a72461a96d96?ds=inline;hp=d33ba5fa809be1714c7f31f128a7a72461a96d96 git-gui: Added support for pulling from default branch of a remote. We now create one menu entry per remote listing the first Pull: or fetch entry associated with that remote as the branch to pull into the current branch. This is actually quite incorrect as we should be using the default remote branch name listed in branch..merge for a new-style remote described in the config file. But its a good default to get started with. Signed-off-by: Shawn O. Pearce ---