On Thu, May 16, 2013 at 2:48 PM, Felipe Contreras <[email protected]> wrote: > Showing the tracking information for all the branches takes significant > amount of time. The user might not want that. The --no-show-tracking > option allows that.
Or we could cache the information somewhere in .git. If a ref still points to <SHA-1> as recorded in the cache, use the cached tracking information, otherwise go the slow way. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

