From: Shawn O. Pearce Date: Thu, 8 Feb 2007 20:59:39 +0000 (-0500) Subject: git-gui: Update known branches during rescan. X-Git-Tag: gitgui-0.6.0~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/63faf4df6e174cc1e33a759d49133044c732ea32?ds=inline;hp=63faf4df6e174cc1e33a759d49133044c732ea32 git-gui: Update known branches during rescan. If the user has created (or deleted) a branch through an external tool, and uses Rescan, they probably are trying to make git-gui update to show their newly created branch. So now we load all known heads and update the branch menu during any rescan operation, just in-case the set of known branches was modified. Signed-off-by: Shawn O. Pearce ---