Thomas Adam <thomas.adam22@xxxxxxxxx> writes: > On 21 March 2016 at 20:28, Jeff King <peff@xxxxxxxx> wrote: >> We never contact other repositories unless explicitly asked to by >> fetch, pull, push, etc. If you want to have the most up-to-date value >> without merging, you can just "git fetch" to update the tracking >> branches. > > Thanks. I understand how to use git-fetch, it's more a case of > whether even printing that message is useful? I appreciate it can > only go on the cached value, but it is still misleading to print that > in the case where the cache might not be up to date. The real value of that message is "you haven't done anything on top of what you last fetched from there", so "you are up-to-date" may indeed be confusing, but I do not think of a better phrasing (other than spelling out "last fetched from there" part explicitly, which is quite a mouthful). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html