From: Shawn O. Pearce Date: Sat, 25 Nov 2006 08:35:33 +0000 (-0500) Subject: git-gui: Rename all_branches -> all_heads. X-Git-Tag: gitgui-0.6.0~152 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bb1ad51a5365cbe48d5dcee7e00a8d9f90d89171?ds=inline;hp=bb1ad51a5365cbe48d5dcee7e00a8d9f90d89171 git-gui: Rename all_branches -> all_heads. Since this list is really the set of refs which match "refs/heads/*" it really is the set of heads and not necessarily the set of all branches, as the remote tracking branches are not listed in this set, even if it appears in the "refs/heads/*" namespace (e.g. an old style repository). Signed-off-by: Shawn O. Pearce ---