On Wed, Mar 02, 2022 at 10:21:16PM +0000, brian m. carlson wrote: > For context, I discovered this when I tried to rename a remote with tens > of thousands of branches and it just ran silently for an extended period > of time without any output. I actually interrupted it with Ctrl-C > because I thought it had hung, so I'm hoping this will provide a better > experience for users in that situation. Thanks again for pointing it out to me. To be honest, I'm skeptical that this patch alone will improve things much, since you still have to pass the '-v' flag to see the new progress meter. But perhaps users who suspect the command is hung will re-run it with the '-v' flag instinctually and get more helpful output. I'll look at making `git remote`'s `-v` behave a little more like `--[no-]progress' in another series. Thanks, Taylor