At Sun Dec 06 09:50:00 -0500 2009, Jeff King wrote: > Should --quiet also affect this "Updating %s" line? Looking at it more closely, I think this patch should -- but for reasons unrelated o your argument below. The "Updating %s" line there is in fetch_remote, which is _only_ called during `git remote add -f`. It stands in for the "Fetching %s" line which `git fetch` (and `git remote update`) outputs, which (after this patch), _is_ controlled by --quiet. Thus I feel like "Updating %s" should change to "Fetching %s" for both consistency and explicitness, and should also be controlled by --quiet. The --quiet-remote option is an entirely different bikeshed, which I don't have a strong opinion on, offhand. - Alex -- Networking -- only one letter away from not working -- 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