git-gui: Rename all_branches -> all_heads.
commitbb1ad51a5365cbe48d5dcee7e00a8d9f90d89171
authorShawn O. Pearce <spearce@spearce.org>
Sat, 25 Nov 2006 08:35:33 +0000 (25 03:35 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 25 Nov 2006 08:35:33 +0000 (25 03:35 -0500)
tree742f96ec6e3460d102ce06a3f619fe85c9e5e438
parent359ca42a4b9288421d2f0409652f76e9a365b801
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 <spearce@spearce.org>
git-gui