From: Jay Soffian Date: Wed, 25 Feb 2009 08:32:22 +0000 (-0500) Subject: builtin-remote: make get_remote_ref_states() always populate states.tracked X-Git-Tag: v1.6.3-rc0~145^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cca7c97e37719eaee1d31cdaf1e638d19ecd69e4?ds=inline;hp=cca7c97e37719eaee1d31cdaf1e638d19ecd69e4 builtin-remote: make get_remote_ref_states() always populate states.tracked When not querying the remote, show() was having to populate states.tracked itself. It makes more sense for get_remote_ref_states() to do this consistently. Since show() is the only caller of get_remote_ref_states() with query=0, this change does not affect other callers. Signed-off-by: Jay Soffian Signed-off-by: Junio C Hamano ---