On Thu, May 16, 2013 at 2:54 AM, Duy Nguyen <[email protected]> wrote: > 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.
That might be nice, but even if that was fast, I personally never use that information, so I still would want this option. -- Felipe Contreras -- 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

