Merge branch 'tb/rename-remote-progress'
commit47c52b2dada2d7223cfc8927ae7909dba27579a2
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:08 +0000 (16 17:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:08 +0000 (16 17:53 -0700)
treea757bd2c357f9c43a5be33800859c056c213016f
parent190f9bf62a17ca6f97dee3f3818450ab2927215b
parent56710a7ae0170404d7bc6411bd5c9a18124c0629
Merge branch 'tb/rename-remote-progress'

"git remote rename A B", depending on the number of remote-tracking
refs involved, takes long time renaming them.  The command has been
taught to show progress bar while making the user wait.

* tb/rename-remote-progress:
  builtin/remote.c: show progress when renaming remote references
  builtin/remote.c: parse options in 'rename'
builtin/remote.c