"Yoichi NAKAYAMA via GitGitGadget" [off-list ref] writes:
* fix grammatical errors in hints
* narrow the scope of local variable oid
Both changes look sensible. I very much like the new advise()
message that is much more concise.
-+ advise(_("Branches with the same name appears in multiple remotes:"));
++ advise(_("Branch name '%s' appears in multiple remotes:"), branch);
-+ advise(_("Branches with the same name appears in multiple remotes:"));
++ advise(_("Branch name '%s' appears in multiple remotes:"), branch);
Will queue.